diff --git a/src/modules/governance/components/voting-header/index.tsx b/src/modules/governance/components/voting-header/index.tsx index 685721e5..240679fb 100644 --- a/src/modules/governance/components/voting-header/index.tsx +++ b/src/modules/governance/components/voting-header/index.tsx @@ -62,7 +62,7 @@ const VotingHeader: React.FC = () => { handleRewardClaim(daoCtx.activeDaoReward); } else if (toClaimReward?.gt(0)) { handleRewardClaim(daoCtx.daoReward); - } else if (toClaimReward2?.gt(0)) { + } else if (toClaimReward2?.gt(0) && daoCtx.daoReward2) { handleRewardClaim(daoCtx.daoReward2); } }