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."
|
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);
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user