diff --git a/src/routers/challenge-list/index.jsx b/src/routers/challenge-list/index.jsx index 49bcaa2..c14c670 100644 --- a/src/routers/challenge-list/index.jsx +++ b/src/routers/challenge-list/index.jsx @@ -29,6 +29,8 @@ const App = () => { useEffect(() => { if (!location.search) { + const filterChange = utils.challenge.createEmptyChallengeFilter(); + store.dispatch(actions.filter.clearChallengeFilter(filterChange)); store.dispatch(actions.challenges.getChallengesInit()); store.dispatch( actions.challenges.getChallengesDone(initialChallengeFilter)