mirror of
https://github.com/mempool/mempool.git
synced 2025-04-21 22:16:05 +02:00
Fix eslint
This commit is contained in:
parent
c957692726
commit
d1d8f77b29
@ -113,7 +113,7 @@ export class LbtcPegsGraphComponent implements OnInit, OnChanges {
|
||||
<div class="value">${formatNumber(item.value, this.locale, '1.2-2')} <span class="symbol">${item.seriesName}</span></div>
|
||||
</div>`;
|
||||
}
|
||||
};
|
||||
}
|
||||
return `<div class="tx-wrapper-tooltip-chart ${(this.template === 'advanced') ? 'tx-wrapper-tooltip-chart-advanced' : ''}">${itemFormatted}</div>`;
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user