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}