Skip to content

Commit

Permalink
fix ord questions
Browse files Browse the repository at this point in the history
  • Loading branch information
advu committed Oct 16, 2024
1 parent 76698d0 commit 8ca00df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/util/redux/testReducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export default (state = initialState, action) => {
tmpreadingSetLength = unseen.length + seen.length;
current_question_is_set = true
} else {
tmp_reading_question_idx = seen.length
tmp_reading_question_idx = tempreadingTestQuestions.length;
}
}

Expand Down

0 comments on commit 8ca00df

Please sign in to comment.