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

@@ -105,6 +105,7 @@ const SectionExercises: React.FC<{ sectionId: number; }> = ({ sectionId }) => {
updates.forEach(update => dispatch(update));
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [levelGenResults, sectionState, levelGenerating, sectionId, currentModule]);
useEffect(() => {
@@ -152,6 +153,7 @@ const SectionExercises: React.FC<{ sectionId: number; }> = ({ sectionId }) => {
updates.forEach(update => dispatch(update));
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [levelGenResults, sectionState, levelGenerating, sectionId, currentModule]);