Removed a forgotten alert

This commit is contained in:
Tiago Ribeiro
2023-09-25 14:57:39 +01:00
parent 8b7e7cf0ad
commit 7d4d228f0d

View File

@@ -291,7 +291,6 @@ export default function Page() {
abandonPopupDescription="Are you sure you want to leave the exercise? You will lose all your progress." abandonPopupDescription="Are you sure you want to leave the exercise? You will lose all your progress."
abandonConfirmButtonText="Confirm" abandonConfirmButtonText="Confirm"
onAbandon={() => { onAbandon={() => {
alert("HERE");
reset(); reset();
setShowAbandonPopup(false); setShowAbandonPopup(false);
}} }}