From e652eb339da177f7b7f92ba372d744284f2fc8f9 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Mon, 5 Aug 2024 16:53:27 +0000 Subject: [PATCH] Fix stray loading spinner in block unfurl --- .../block-overview-graph.component.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/components/block-overview-graph/block-overview-graph.component.html b/frontend/src/app/components/block-overview-graph/block-overview-graph.component.html index 2ef07d12c..471257230 100644 --- a/frontend/src/app/components/block-overview-graph/block-overview-graph.component.html +++ b/frontend/src/app/components/block-overview-graph/block-overview-graph.component.html @@ -2,10 +2,12 @@
-
-
-
not available
-
+ @if (!disableSpinner) { +
+
+
not available
+
+ }