diff --git a/lib/core/route/app_route.dart b/lib/core/route/app_route.dart index 5d8b1dc..707956b 100644 --- a/lib/core/route/app_route.dart +++ b/lib/core/route/app_route.dart @@ -178,4 +178,5 @@ class AppRoute { static const communitNotificationSerttings = 'communitNotificationSerttings'; static const communitNotificationSerttingsRoute = '/communitNotificationSerttings'; + } diff --git a/lib/core/route/app_router.dart b/lib/core/route/app_router.dart index 41ef879..55f4f20 100644 --- a/lib/core/route/app_router.dart +++ b/lib/core/route/app_router.dart @@ -283,6 +283,7 @@ class AppRouter { ), + GoRoute( name: AppRoute.globalStoryTargets, path: AppRoute.globalStoryTargetsRoute, @@ -310,7 +311,6 @@ class AppRouter { } ), - GoRoute( name: AppRoute.createPollPost, path: AppRoute.createPollPostRoute, diff --git a/lib/presentation/screen/dashboard/dashboard_screen.dart b/lib/presentation/screen/dashboard/dashboard_screen.dart index af45000..bd87d66 100644 --- a/lib/presentation/screen/dashboard/dashboard_screen.dart +++ b/lib/presentation/screen/dashboard/dashboard_screen.dart @@ -249,8 +249,6 @@ class _DashboardScreenState extends State { child: const Text('Get Stories By Targets'), ), - - const SizedBox(height: 20), TextButton( onPressed: () {