lint warnings

This commit is contained in:
Carlos Mesquita
2024-09-07 22:42:22 +01:00
parent 6e4ef249b8
commit b4ab620c78
3 changed files with 3 additions and 1 deletions

View File

@@ -382,6 +382,7 @@ export default function Level({ exam, showSolutions = false, onFinish, editing =
setChangedPrompt(true);
}
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [contextWordLines]);