Hide surcharge row if zero

This commit is contained in:
softsimon 2024-06-26 15:08:00 +09:00
parent a8d2138404
commit f7ad45939c
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -140,7 +140,7 @@
<span class="fiat ml-1"><app-fiat [value]="estimate.mempoolBaseFee"></app-fiat></span>
</td>
</tr>
<tr class="info group-last">
<tr class="info group-last" *ngIf="estimate.vsizeFee">
<td class="info">
<i><small i18n="accelerator.tx-size-surcharge">Transaction Size Surcharge</small></i>
</td>