Removed an alert that was not supposed to be there

This commit is contained in:
Tiago Ribeiro
2023-08-31 11:16:31 +01:00
parent f4b0d6822d
commit c2fb398707

View File

@@ -97,8 +97,6 @@ export default function Page() {
useEffect(() => { useEffect(() => {
if (selectedModules.length > 0 && exams.length !== 0 && moduleIndex >= selectedModules.length && !hasBeenUploaded && !showSolutions) { if (selectedModules.length > 0 && exams.length !== 0 && moduleIndex >= selectedModules.length && !hasBeenUploaded && !showSolutions) {
alert("HEHE");
const newStats: Stat[] = userSolutions.map((solution) => ({ const newStats: Stat[] = userSolutions.map((solution) => ({
...solution, ...solution,
session: sessionId, session: sessionId,