From 89de288fec347e116a4ef120c648bd4a50bb4621 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Thu, 11 Apr 2024 03:56:05 +0000 Subject: [PATCH] it hasn't been 54 years since this transaction was submitted --- .../components/transaction/transaction.component.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index 55f7047e6..9f805e4e7 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -460,16 +460,16 @@ @if (isLoadingTx) { + } @else if (transactionTime > 0) { + + First seen + + } @else if (transactionTime === -1) { First seen - } @else { - - First seen - - }