diff --git a/services/community-site/src/pages/Staking/Delegation.tsx b/services/community-site/src/pages/Staking/Delegation.tsx index aeb6e64e4..360a29729 100644 --- a/services/community-site/src/pages/Staking/Delegation.tsx +++ b/services/community-site/src/pages/Staking/Delegation.tsx @@ -265,7 +265,7 @@ const Delegation = ({ location }: { location: Location }) => { return await claimAllRewards(); }, () => { - setShouldFetch(true); + setFetchCounter((prev) => prev + 1); }, ); };