diff --git a/src/modals/ModalDonation/ConfirmPot/ConfirmPot.tsx b/src/modals/ModalDonation/ConfirmPot/ConfirmPot.tsx index 71db8b52..4529c443 100644 --- a/src/modals/ModalDonation/ConfirmPot/ConfirmPot.tsx +++ b/src/modals/ModalDonation/ConfirmPot/ConfirmPot.tsx @@ -78,8 +78,8 @@ const ConfirmPot = ({ } }) .catch((err: any) => { - console.log(err); - onClose(); + console.error("error fetching user's donations ", err); + // onClose(); }); // Clear the interval after 30 seconds setTimeout(() => {