Skip to content

Commit

Permalink
feat: close claim modal after success claim
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakMooney committed Nov 12, 2024
1 parent b3f94c9 commit ac2dd52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/vault/merkl/ClaimModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ const ClaimModal = (props) => {
//
} else if (isSuccess) {
toast.success("Claim Successful");
closeModal();
} else if (isError) {
console.error(error)
toast.error('There was an error');
Expand Down

0 comments on commit ac2dd52

Please sign in to comment.