checkout page
This commit is contained in:
@@ -42,7 +42,7 @@ class CheckoutRoute extends _i11.PageRouteInfo<void> {
|
||||
static _i11.PageInfo page = _i11.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i1.CheckoutPage();
|
||||
return _i11.WrappedRoute(child: const _i1.CheckoutPage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user