From 42304e02aa9404c89467ca5f525eaeccbe9e9c3e Mon Sep 17 00:00:00 2001 From: gofnnp Date: Sat, 23 Sep 2023 22:25:14 +0400 Subject: [PATCH] feat: cross payment method page --- src/routes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes.ts b/src/routes.ts index d3e6924..229d295 100644 --- a/src/routes.ts +++ b/src/routes.ts @@ -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);