Forgot to save TextComponent, and cleanup some warnings
This commit is contained in:
@@ -287,7 +287,7 @@ export default function ExamPage({page}: Props) {
|
||||
if(exam && exam.module === "level" && exam.parts[0].intro && !showSolutions) {
|
||||
setBgColor("bg-ielts-level-light");
|
||||
}
|
||||
}, [exam])
|
||||
}, [exam, showSolutions, setBgColor])
|
||||
|
||||
const checkIfStatsHaveBeenEvaluated = (ids: string[]) => {
|
||||
setTimeout(async () => {
|
||||
|
||||
Reference in New Issue
Block a user