Wasn't staged :/

This commit is contained in:
Carlos-Mesquita
2024-11-12 14:39:30 +00:00
parent 36c3bb4392
commit 49c63544a1
14 changed files with 15 additions and 13 deletions

View File

@@ -52,7 +52,7 @@ const Speaking2: React.FC<Props> = ({ sectionId, exercise, module = "speaking" }
onPractice: () => {
const updatedExercise = {
...state,
//isPractice: !isPractice,
isPractice: !local.isPractice
};
dispatch({ type: 'UPDATE_SECTION_STATE', payload: { sectionId, update: updatedExercise, module: module } });
},