Bisq: burntFee should be displayed on asset listing fee tx types

This commit is contained in:
softsimon 2020-07-28 13:31:25 +07:00
parent d7a5ecc4aa
commit 010aef1e90
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -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>