Skip to content

Commit c843d87

Browse files
authored
Merge pull request #6518 from blockchain/feat/redirect-help-exchange
feat(redirect-help-exchange): add redirect for help exchange page
2 parents 8d04d1e + 517f35b commit c843d87

File tree

1 file changed

+4
-4
lines changed
  • packages/blockchain-wallet-v4-frontend/src/scenes

1 file changed

+4
-4
lines changed

packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ const useFullPathForRedirect = [
123123
'/#/login/',
124124
'/wallet/forgot-password',
125125
'/wallet/import-wallet',
126-
'/#/signup'
126+
'/#/signup',
127+
'/#/help-exchange/',
128+
'help-exchange'
127129
]
128130

129131
const excludedProduction = [
@@ -151,9 +153,7 @@ const excludedProduction = [
151153
// '/#/sofi'
152154
]
153155

154-
const excludedStaging = [
155-
'/wallet-options-v4.json'
156-
]
156+
const excludedStaging = ['/wallet-options-v4.json']
157157

158158
const App = ({
159159
apiUrl,

0 commit comments

Comments
 (0)