Fix: Double BTC is displayed.

This commit is contained in:
softsimon
2021-02-21 19:12:50 +07:00
parent 0b04dbbca2
commit 795fb9342a

View File

@@ -8,7 +8,7 @@
<ng-template #default>
&lrm;{{ 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>