diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index e2d9421d6..ecd00e599 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -609,10 +609,13 @@ {{ tx.fee | number }} sat @if (accelerationInfo?.bidBoost) { +{{ accelerationInfo.bidBoost | number }} sat - } @else if (tx.feeDelta) { + + } @else if (tx.feeDelta && !accelerationInfo) { +{{ tx.feeDelta | number }} sat - } - + + } @else { + + } } @else {