Fixing missing dashboard graph labels in Firefox.

This commit is contained in:
softsimon
2020-10-26 23:12:32 +07:00
parent 69aa6aa938
commit 1bf8f3ba60
3 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ export class MempoolGraphComponent implements OnInit, OnChanges {
case '1y':
value = formatDate(value, 'dd/MM', this.locale);
}
return index % labelHops === 0 ? value : null;
return index % labelHops === 0 ? value : null;
};
this.mempoolVsizeFeesOptions = {