ENCOA-315: Small fix and merge
This commit is contained in:
@@ -183,7 +183,7 @@ export default function ExamPage({ page, user, destination = "/", hideSidebar =
|
||||
dispatch({ type: "UPDATE_EXAMS" });
|
||||
}
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [flags.finalizeExam]);
|
||||
}, [flags.finalizeExam, userSolutions, showSolutions, moduleLock]);
|
||||
|
||||
|
||||
const aggregateScoresByModule = (isPractice?: boolean): {
|
||||
|
||||
Reference in New Issue
Block a user