Removed a forgotten alert
This commit is contained in:
@@ -291,7 +291,6 @@ export default function Page() {
|
||||
abandonPopupDescription="Are you sure you want to leave the exercise? You will lose all your progress."
|
||||
abandonConfirmButtonText="Confirm"
|
||||
onAbandon={() => {
|
||||
alert("HERE");
|
||||
reset();
|
||||
setShowAbandonPopup(false);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user