We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6378ed3 commit b048e25Copy full SHA for b048e25
src/containers/challenge-detail/index.jsx
@@ -227,7 +227,7 @@ class ChallengeDetailPageContainer extends React.Component {
227
challenge.isLegacyChallenge &&
228
!history.location.pathname.includes(challenge.id)
229
) {
230
- history.location.pathname = `/challenges/${challenge.id}`; // eslint-disable-line no-param-reassign
+ history.location.pathname = `/earn/find/challenges/${challenge.id}`; // eslint-disable-line no-param-reassign
231
history.push(history.location.pathname, history.state);
232
}
233
0 commit comments