diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index df673f3a2..21f91fb44 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -606,7 +606,7 @@ @if (!isLoadingTx) { Fee - {{ tx.fee | number }} sat + {{ tx.fee | number }} sat @if (accelerationInfo?.bidBoost) { +{{ accelerationInfo.bidBoost | number }} sat } @else if (tx.feeDelta) {