Customer Point
This commit is contained in:
@@ -693,7 +693,7 @@ class ProfileRoute extends _i33.PageRouteInfo<void> {
|
||||
static _i33.PageInfo page = _i33.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i27.ProfilePage();
|
||||
return _i33.WrappedRoute(child: const _i27.ProfilePage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user