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 0a80847 commit 323c8d4Copy full SHA for 323c8d4
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