add route to manage business
This commit is contained in:
parent
82ab78c474
commit
2b13ec5a31
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ class RouteGenerator {
|
||||||
return _errorRoute();
|
return _errorRoute();
|
||||||
|
|
||||||
case '/business-profile':
|
case '/business-profile':
|
||||||
if (args is BusinessUserScreenArguments) {
|
if (args is BusinessUpdateArguments) {
|
||||||
return MaterialPageRoute(
|
return MaterialPageRoute(
|
||||||
builder: (_) => ProfileBusinessUpdate(
|
builder: (_) => ProfileBusinessUpdate(
|
||||||
signedInUser: args.signedInUser,
|
signedInUser: args.signedInUser,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue