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 - - }