mirror of
https://github.com/mempool/mempool.git
synced 2024-12-27 08:44:26 +01:00
Bisq: burntFee should be displayed on asset listing fee tx types
This commit is contained in:
parent
d7a5ecc4aa
commit
010aef1e90
@ -77,7 +77,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<app-bisq-icon class="d-inline d-md-none mr-1" [txType]="tx.txType"></app-bisq-icon>
|
||||
<ng-template [ngIf]="tx.txType === 'PAY_TRADE_FEE'" [ngIfElse]="defaultTxType">
|
||||
<ng-template [ngIf]="tx.txType === 'PAY_TRADE_FEE' || tx.txType === 'ASSET_LISTING_FEE'" [ngIfElse]="defaultTxType">
|
||||
{{ tx.burntFee / 100 | number: '1.2-2' }}<span class="d-none d-md-inline"> BSQ</span>
|
||||
</ng-template>
|
||||
<ng-template #defaultTxType>
|
||||
|
Loading…
Reference in New Issue
Block a user