feat: cross payment method page

This commit is contained in:
gofnnp 2023-09-23 22:25:14 +04:00
parent 5ee5385ef9
commit 42304e02aa

View File

@ -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);