From 2df36c11f66fbc2cc2f843b36c87dcecc8faca06 Mon Sep 17 00:00:00 2001 From: amlannandy Date: Tue, 19 Aug 2025 12:41:02 +0700 Subject: [PATCH] chore: fix loading in summary --- frontend/src/container/MetricsExplorer/Summary/Summary.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/container/MetricsExplorer/Summary/Summary.tsx b/frontend/src/container/MetricsExplorer/Summary/Summary.tsx index 6832765a0268..87ab8f424c4b 100644 --- a/frontend/src/container/MetricsExplorer/Summary/Summary.tsx +++ b/frontend/src/container/MetricsExplorer/Summary/Summary.tsx @@ -296,7 +296,7 @@ function Summary(): JSX.Element { }>
- {isMetricsLoading || isTreeMapLoading ? ( + {isMetricsLoading && isTreeMapLoading ? ( ) : isMetricsListDataEmpty && isMetricsTreeMapDataEmpty ? (