Skip to content

Commit

Permalink
Merge branch 'develop' into um/ASC-20072/story-deliverable-two
Browse files Browse the repository at this point in the history
  • Loading branch information
umareko authored May 23, 2024
2 parents 2994e2c + de47ef8 commit b7796af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions lib/core/route/app_route.dart
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,5 @@ class AppRoute {
static const communitNotificationSerttings = 'communitNotificationSerttings';
static const communitNotificationSerttingsRoute = '/communitNotificationSerttings';


}
2 changes: 1 addition & 1 deletion lib/core/route/app_router.dart
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ class AppRouter {
),



GoRoute(
name: AppRoute.globalStoryTargets,
path: AppRoute.globalStoryTargetsRoute,
Expand Down Expand Up @@ -310,7 +311,6 @@ class AppRouter {
}
),


GoRoute(
name: AppRoute.createPollPost,
path: AppRoute.createPollPostRoute,
Expand Down
2 changes: 0 additions & 2 deletions lib/presentation/screen/dashboard/dashboard_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@ class _DashboardScreenState extends State<DashboardScreen> {
child: const Text('Get Stories By Targets'),
),



const SizedBox(height: 20),
TextButton(
onPressed: () {
Expand Down

0 comments on commit b7796af

Please sign in to comment.