Moving ticker to circulating amount

This commit is contained in:
softsimon
2022-02-16 17:32:12 +04:00
parent 219c1a8615
commit b6f89b1a3e
6 changed files with 26 additions and 19 deletions

View File

@@ -1,3 +1,3 @@
<ng-container *ngIf="(circulatingAmount$ | async) as circulatingAmount">
{{ circulatingAmount }}
<ng-container *ngIf="(circulatingAmount$ | async) as circulating">
{{ circulating.amount }} <span class="ticker">{{ circulating.ticker }}</span>
</ng-container>