Fix mempool chart tooltip at dashboard component.

This commit is contained in:
Miguel Medeiros
2021-10-08 15:11:53 -03:00
parent 57b64f64ad
commit e59a318cad
2 changed files with 3 additions and 2 deletions

View File

@@ -51,6 +51,7 @@
<app-mempool-graph
[template]="'widget'"
[limitFee]="150"
[limitFilterFee]="1"
[data]="mempoolStats.mempool"
></app-mempool-graph>
</div>