mirror of
https://github.com/mempool/mempool.git
synced 2026-08-20 13:28:00 +02:00
Fix missing accelerated fee rate line
This commit is contained in:
parent
fb335f62db
commit
83a6df4d04
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
<td style="color: #905cf4;" class="value">{{ accelerationInfo.bidBoost | number }} <span class="symbol" i18n="shared.sat|sat">sat</span></td>
|
||||
}
|
||||
</tr>
|
||||
<tr *ngIf="accelerationInfo.fee && accelerationInfo.weight && (accelerationInfo.feeDelta || accelerationInfo.bidBoost)">
|
||||
<tr *ngIf="accelerationInfo.fee && accelerationInfo.weight">
|
||||
@if (accelerationInfo.status === 'seen') {
|
||||
<td class="label" i18n="transaction.fee-rate">Fee rate</td>
|
||||
<td class="value"><app-fee-rate [fee]="accelerationInfo.fee" [weight]="accelerationInfo.weight"></app-fee-rate></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue