add route to manage business

This commit is contained in:
2024-08-07 12:39:19 +02:00
parent 82ab78c474
commit 2b13ec5a31

View File

@@ -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,