mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 09:52:14 +01:00
Merge pull request #3943 from mempool/mononaut/missing-fiat-alignment
Add spacer for missing fiat values
This commit is contained in:
commit
04bc43e188
@ -8,7 +8,10 @@
|
||||
</span>
|
||||
|
||||
<ng-template #noblockconversion>
|
||||
<span [class]="colorClass" *ngIf="(conversions$ | async) as conversions">
|
||||
<span [class]="colorClass" *ngIf="(conversions$ | async) as conversions; else noconversion">
|
||||
{{ (conversions[currency] > -1 ? conversions[currency] : 0) * value / 100000000 | fiatCurrency : digitsInfo : currency }}
|
||||
</span>
|
||||
<ng-template #noconversion>
|
||||
<span> </span>
|
||||
</ng-template>
|
||||
</ng-template>
|
Loading…
Reference in New Issue
Block a user