feat: cross payment method page
This commit is contained in:
parent
5ee5385ef9
commit
42304e02aa
@ -97,6 +97,7 @@ export const hasNoNavigation = (path: string) => !hasNavigation(path);
|
||||
export const withCrossButtonRoutes = [
|
||||
// routes.client.attention(),
|
||||
routes.client.subscription(),
|
||||
routes.client.paymentMethod()
|
||||
];
|
||||
export const hasCrossButton = (path: string) =>
|
||||
withCrossButtonRoutes.includes(path);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user