Skip to content

Commit

Permalink
Ajusted refresh page after claim all (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malak67 authored Oct 9, 2023
1 parent c4de402 commit f7b2d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/community-site/src/pages/Staking/Delegation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ const Delegation = ({ location }: { location: Location }) => {
return await claimAllRewards();
},
() => {
setShouldFetch(true);
setFetchCounter((prev) => prev + 1);
},
);
};
Expand Down

0 comments on commit f7b2d17

Please sign in to comment.