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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user