From 6a16759e2025ac2aa75415922a29aa60dc1cfc24 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Mon, 17 Jul 2023 18:37:46 +0900 Subject: [PATCH] Hide confirmations badge if height unknown --- .../app/components/transaction/transaction.component.html | 1 + .../components/confirmations/confirmations.component.html | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index 203a5df5c..d4cd6913d 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -19,6 +19,7 @@
{{ i }} confirmations + + + - + \ No newline at end of file