diff --git a/app/lib/dashboard/dashboard_page.dart b/app/lib/dashboard/dashboard_page.dart index 99ec03610..02a2ad773 100644 --- a/app/lib/dashboard/dashboard_page.dart +++ b/app/lib/dashboard/dashboard_page.dart @@ -99,7 +99,7 @@ class _DashboardPageState extends State { ), navigationItem: NavigationItem.overview, body: const DashboardPageBody(), - floatingActionButton: _DashboardPageFAB(), + floatingActionButton: const _DashboardPageFAB(), ); } }