diff --git a/lib/presentation/routes/bottom_bar_routes/tab_routes/home_route.dart b/lib/presentation/routes/bottom_bar_routes/tab_routes/home_route.dart index 6d6d6927..e308e7e3 100644 --- a/lib/presentation/routes/bottom_bar_routes/tab_routes/home_route.dart +++ b/lib/presentation/routes/bottom_bar_routes/tab_routes/home_route.dart @@ -653,7 +653,7 @@ class EconomyStatsState extends ConsumerState { children: [ ElevatedButton( onPressed: () { - tutorialCoachMark.skip(); + handleSkip(); debugPrint('Skip clicked'); }, style: ElevatedButton.styleFrom(