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.
2 parents 96bdb49 + 323c8d4 commit 2f26416Copy full SHA for 2f26416
src/routers/challenge-list/index.jsx
@@ -29,6 +29,8 @@ const App = () => {
29
30
useEffect(() => {
31
if (!location.search) {
32
+ const filterChange = utils.challenge.createEmptyChallengeFilter();
33
+ store.dispatch(actions.filter.clearChallengeFilter(filterChange));
34
store.dispatch(actions.challenges.getChallengesInit());
35
store.dispatch(
36
actions.challenges.getChallengesDone(initialChallengeFilter)
0 commit comments