Skip to content

Commit

Permalink
Merge pull request #149 from PotLock/staging
Browse files Browse the repository at this point in the history
Staging => main
  • Loading branch information
M-Rb3 committed Jun 11, 2024
2 parents dfaad95 + 9d519d2 commit 8d3a9d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modals/ModalDonation/ConfirmPot/ConfirmPot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit 8d3a9d2

Please sign in to comment.