Add id to size string.
This commit is contained in:
parent
8a0316a562
commit
a2c21e9036
@ -242,7 +242,7 @@ export class MempoolGraphComponent implements OnInit, OnChanges {
|
|||||||
});
|
});
|
||||||
const classActive = (this.template === 'advanced') ? 'fees-wrapper-tooltip-chart-advanced' : '';
|
const classActive = (this.template === 'advanced') ? 'fees-wrapper-tooltip-chart-advanced' : '';
|
||||||
const titleRange = $localize`Range`;
|
const titleRange = $localize`Range`;
|
||||||
const titleSize = $localize`Size`;
|
const titleSize = $localize`:@@7faaaa08f56427999f3be41df1093ce4089bbd75:Size`;
|
||||||
const titleSum = $localize`Sum`;
|
const titleSum = $localize`Sum`;
|
||||||
return `<div class="fees-wrapper-tooltip-chart ${classActive}">
|
return `<div class="fees-wrapper-tooltip-chart ${classActive}">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user