From c0e4c1efe1bcc9b0759702f6b78142e6ff4de62d Mon Sep 17 00:00:00 2001 From: natsoni Date: Mon, 5 Aug 2024 11:53:01 +0200 Subject: [PATCH] Fix text wrap --- .../src/app/components/transaction/transaction.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {