From 517f35b7c126ec13dbd76dffb07f5e4f355bfa0b Mon Sep 17 00:00:00 2001 From: John Hagerman Date: Wed, 20 Nov 2024 22:56:26 -0500 Subject: [PATCH] feat(redirect-help-exchange): add redirect for help exchange page --- packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx b/packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx index aee601df450..0a7642bba12 100644 --- a/packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx +++ b/packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx @@ -123,7 +123,9 @@ const useFullPathForRedirect = [ '/#/login/', '/wallet/forgot-password', '/wallet/import-wallet', - '/#/signup' + '/#/signup', + '/#/help-exchange/', + 'help-exchange' ] const excludedProduction = [ @@ -151,9 +153,7 @@ const excludedProduction = [ // '/#/sofi' ] -const excludedStaging = [ - '/wallet-options-v4.json' -] +const excludedStaging = ['/wallet-options-v4.json'] const App = ({ apiUrl,