Hide mempool count line by default

This commit is contained in:
Mononaut
2023-10-20 15:10:40 +00:00
parent 413941f5ac
commit 6efeeb1d64
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ export class StatisticsComponent implements OnInit {
chartColors = chartColors;
filterSize = 100000;
filterFeeIndex = 1;
showCount = true;
showCount = false;
maxFeeIndex: number;
dropDownOpen = false;