diff --git a/packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx b/packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx index aee601df45..0a7642bba1 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,