Skip to content

Commit

Permalink
Merge pull request #148 from PotLock/fix-donation
Browse files Browse the repository at this point in the history
fix pot donations
  • Loading branch information
M-Rb3 authored Jun 11, 2024
2 parents 33698b2 + 8931401 commit 9d519d2
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 9d519d2

Please sign in to comment.