Forgot to save TextComponent, and cleanup some warnings

This commit is contained in:
Carlos Mesquita
2024-08-20 20:02:59 +01:00
parent 30da295c60
commit 2e699d7e25
3 changed files with 9 additions and 2 deletions

View File

@@ -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 () => {