Fix: Double BTC is displayed.

This commit is contained in:
softsimon 2021-02-21 19:12:50 +07:00
parent c19ccae9ac
commit 0cc2e955e4

View File

@ -8,7 +8,7 @@
<ng-template #default> <ng-template #default>
&lrm;{{ satoshis / 100000000 | number : digitsInfo }} &lrm;{{ satoshis / 100000000 | number : digitsInfo }}
<ng-template [ngIf]="network === 'liquid'">L-</ng-template> <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 [ngIf]="network === 'signet'">s</ng-template>BTC
</ng-template> </ng-template>
</ng-template> </ng-template>