Skip to content

Commit 508255b

Browse files
committed
DO not reset challenges
1 parent d3e0c86 commit 508255b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reducers/challenges.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const defaultState = {
1414
};
1515

1616
function onGetChallengesInit(state) {
17-
return { ...state, challenges: [], loadingChallenges: true, loadingChallengesError: null };
17+
return { ...state, loadingChallenges: true, loadingChallengesError: null };
1818
}
1919

2020
function onGetChallengesDone(state, { error, payload }) {

0 commit comments

Comments
 (0)