Removed an alert that was not supposed to be there
This commit is contained in:
@@ -97,8 +97,6 @@ export default function Page() {
|
||||
|
||||
useEffect(() => {
|
||||
if (selectedModules.length > 0 && exams.length !== 0 && moduleIndex >= selectedModules.length && !hasBeenUploaded && !showSolutions) {
|
||||
alert("HEHE");
|
||||
|
||||
const newStats: Stat[] = userSolutions.map((solution) => ({
|
||||
...solution,
|
||||
session: sessionId,
|
||||
|
||||
Reference in New Issue
Block a user