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; }