Skip to content

Commit

Permalink
Add const
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Oct 11, 2023
1 parent d6ac66b commit e485636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/dashboard/dashboard_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class _DashboardPageState extends State<DashboardPage> {
),
navigationItem: NavigationItem.overview,
body: const DashboardPageBody(),
floatingActionButton: _DashboardPageFAB(),
floatingActionButton: const _DashboardPageFAB(),
);
}
}
Expand Down

0 comments on commit e485636

Please sign in to comment.