From 4b046c15a51e5670d65beff7b431c8f8d7d16b3e Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Thu, 7 May 2026 15:04:02 +0530 Subject: [PATCH] passing reportData instead of data --- src/components/Dashboard/Dashboard.view.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dashboard/Dashboard.view.tsx b/src/components/Dashboard/Dashboard.view.tsx index f803d9c..e4aeae9 100644 --- a/src/components/Dashboard/Dashboard.view.tsx +++ b/src/components/Dashboard/Dashboard.view.tsx @@ -109,7 +109,7 @@ export default function DashboardView({ {...section.settings} header={section.title} summary={section.summary} - data={data} + reportData={data} title={section.title} accentColor={colors.primary} colorScheme={colors}