mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 09:39:17 +01:00
Fix: Double BTC is displayed.
This commit is contained in:
parent
0b04dbbca2
commit
795fb9342a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
<ng-template #default>
|
||||
‎{{ satoshis / 100000000 | number : digitsInfo }}
|
||||
<ng-template [ngIf]="network === 'liquid'">L-</ng-template>
|
||||
<ng-template [ngIf]="network === 'testnet'">t</ng-template>BTC
|
||||
<ng-template [ngIf]="network === 'testnet'">t</ng-template>
|
||||
<ng-template [ngIf]="network === 'signet'">s</ng-template>BTC
|
||||
</ng-template>
|
||||
</ng-template>
|
||||
|
|
Loading…
Add table
Reference in a new issue