From efffee0cfa186986b67eb8c896eb4bc649724367 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 15 Aug 2022 13:00:44 +0300 Subject: [PATCH] Dashboard overview --- lib/ui/dashboard/dashboard_panels.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/dashboard/dashboard_panels.dart b/lib/ui/dashboard/dashboard_panels.dart index 32e76c6b0..8d393fb68 100644 --- a/lib/ui/dashboard/dashboard_panels.dart +++ b/lib/ui/dashboard/dashboard_panels.dart @@ -662,7 +662,7 @@ class DashboardPanels extends StatelessWidget { title: AppLocalization.of(context).expenses, onDateSelected: (index, date) => viewModel.onSelectionChanged(EntityType.expense, - currentTaskData[index].entityMap[date])); + currentExpenseData[index].entityMap[date])); case DashboardSections.runningTasks: return runningTasks; }