diff --git a/frontend/src/app/components/transaction/transaction-details/transaction-details.component.html b/frontend/src/app/components/transaction/transaction-details/transaction-details.component.html index 4ae01e01a..50b8ddbfa 100644 --- a/frontend/src/app/components/transaction/transaction-details/transaction-details.component.html +++ b/frontend/src/app/components/transaction/transaction-details/transaction-details.component.html @@ -46,7 +46,7 @@ - @if (!isLoadingTx && !tx?.status?.confirmed && isAcceleration && ((cpfpInfo && hasEffectiveFeeRate) || accelerationInfo)) { + @if (!isLoadingTx && !tx?.status?.confirmed && isAcceleration) { } @else { @@ -275,12 +275,26 @@ - - - - - - + @if (accelerationInfo) { + + + + + + + } @else { + + + + + + + +
+ + + + }