web fixes codes
This commit is contained in:
@@ -59,12 +59,12 @@ class TabletHomePage extends StatelessWidget {
|
||||
case 1:
|
||||
// Navigate to tenders
|
||||
context.pop();
|
||||
Router.neglect(context, () => context.go('/tenders'));
|
||||
Router.neglect(context, () => TendersRouteData().go(context));
|
||||
break;
|
||||
case 2:
|
||||
// Navigate to profile
|
||||
context.pop();
|
||||
Router.neglect(context, () => context.go('/profile'));
|
||||
Router.neglect(context, () => ProfileRouteData().go(context));
|
||||
break;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user