From c4dec53387b6a46016022e82e05c8d799bf3c23a Mon Sep 17 00:00:00 2001 From: natsoni Date: Mon, 24 Jun 2024 11:06:33 +0900 Subject: [PATCH] Fix confirmed after 55 years --- .../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 2a2925879..9aa63d7f1 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -450,7 +450,7 @@ @if (transactionTime > 0) { Confirmed - + } } @else {