Skip to content

Commit a3bca94

Browse files
Update challenge.js
1 parent 0df81e4 commit a3bca94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reducers/challenge.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function onFetchCheckpointsDone(state, action) {
171171
loadingCheckpoints: false,
172172
};
173173
}
174-
if (state.details && state.details.id === action.payload.challengeId) {
174+
if (state.details && state.details.legacyId === action.payload.challengeId) {
175175
return {
176176
...state,
177177
checkpoints: action.payload.checkpoints,

0 commit comments

Comments
 (0)