Skip to content

Commit

Permalink
fix: fix claim error
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakMooney committed Jun 7, 2024
1 parent 164920f commit a6e55d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/staking-pool/ClaimingRewardsModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const ClaimingRewardsModal = ({
if (isPending) {
setClaimLoading(true);
} else if (isSuccess) {
toast.success(errorMessage || 'Success!');
toast.success('Success!');
setClaimLoading(false);
handleCloseModal();
} else if (isError) {
Expand Down

0 comments on commit a6e55d0

Please sign in to comment.