From c1b456639ab0e57cc71ae62bcb26f6dc9fa6e0f4 Mon Sep 17 00:00:00 2001 From: Yinyin Liu Date: Tue, 19 May 2026 09:10:15 +0200 Subject: [PATCH] fix Last Week issue --- .../src/content/dashboards/Overview/overview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/frontend-marios2/src/content/dashboards/Overview/overview.tsx b/typescript/frontend-marios2/src/content/dashboards/Overview/overview.tsx index f4961e7e6..0c7e7a2ed 100644 --- a/typescript/frontend-marios2/src/content/dashboards/Overview/overview.tsx +++ b/typescript/frontend-marios2/src/content/dashboards/Overview/overview.tsx @@ -663,7 +663,7 @@ function Overview(props: OverviewProps) { )} - {!loading && dailyDataArray.length > 0 && ( + {!loading && ((dailyData && dailyDataArray.length > 0) || (aggregatedData && aggregatedDataArray.length > 0)) && ( {dailyData && (