Refactor TV component subscription

This commit is contained in:
nymkappa
2022-02-09 10:18:51 +09:00
parent 123d321031
commit 61cdaea90c
2 changed files with 43 additions and 30 deletions

View File

@@ -7,7 +7,7 @@
[height]="600"
[left]="60"
[right]="10"
[data]="mempoolStats && mempoolStats.length ? mempoolStats : null"
[data]="statsSubscription$ | async"
[showZoom]="false"
></app-mempool-graph>
</div>