forked from yaso_meth/mih-project
add route to manage business
This commit is contained in:
@@ -89,7 +89,7 @@ class RouteGenerator {
|
||||
return _errorRoute();
|
||||
|
||||
case '/business-profile':
|
||||
if (args is BusinessUserScreenArguments) {
|
||||
if (args is BusinessUpdateArguments) {
|
||||
return MaterialPageRoute(
|
||||
builder: (_) => ProfileBusinessUpdate(
|
||||
signedInUser: args.signedInUser,
|
||||
|
||||
Reference in New Issue
Block a user