diff --git a/src/components/frame/claims/claims.tsx b/src/components/frame/claims/claims.tsx index 3a96216..cafa8d3 100644 --- a/src/components/frame/claims/claims.tsx +++ b/src/components/frame/claims/claims.tsx @@ -173,8 +173,8 @@ const Claims: React.FC = ({ bountyId, chainId }) => { const showCreateClaimButton = isConnected && !hasAcceptedClaim; - const isOpen = true; - const isVoting = false; + const isOpen = bounty?.status.is_multiplayer; + const isVoting = bounty?.status.is_voting; console.log('b', bounty);