mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Always show fiat price
This commit is contained in:
parent
58bcba1f4c
commit
7de8b2b4ef
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
|
||||
<div class="row justify-content-center mt-3">
|
||||
<div class="symbol">
|
||||
Fiat price last updated <app-time kind="since" [time]="lastFiatPrice$ | async" [fastRender]="true"></app-time>
|
||||
Fiat price last updated <app-time kind="since" [time]="lastFiatPrice$ | async" [fastRender]="true"></app-time>: {{ price$ | async | fiatCurrency : '1.0-0' : (currency$ | async) }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue