Hide surcharge row if zero
This commit is contained in:
		
							parent
							
								
									a8d2138404
								
							
						
					
					
						commit
						f7ad45939c
					
				| @ -140,7 +140,7 @@ | |||||||
|                     <span class="fiat ml-1"><app-fiat [value]="estimate.mempoolBaseFee"></app-fiat></span> |                     <span class="fiat ml-1"><app-fiat [value]="estimate.mempoolBaseFee"></app-fiat></span> | ||||||
|                   </td> |                   </td> | ||||||
|                 </tr> |                 </tr> | ||||||
|               <tr class="info group-last"> |               <tr class="info group-last" *ngIf="estimate.vsizeFee"> | ||||||
|                 <td class="info"> |                 <td class="info"> | ||||||
|                   <i><small i18n="accelerator.tx-size-surcharge">Transaction Size Surcharge</small></i> |                   <i><small i18n="accelerator.tx-size-surcharge">Transaction Size Surcharge</small></i> | ||||||
|                 </td> |                 </td> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user