Fix: Double BTC is displayed.
This commit is contained in:
parent
0b04dbbca2
commit
795fb9342a
@ -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…
x
Reference in New Issue
Block a user