diff --git a/src/components/bounty/Voting.tsx b/src/components/bounty/Voting.tsx index dee3108..e15c70c 100644 --- a/src/components/bounty/Voting.tsx +++ b/src/components/bounty/Voting.tsx @@ -109,7 +109,7 @@ export default function Voting({ bountyId }: { bountyId: string }) {
- {`Yes votes: ${formatEther(BigInt(voting.data.no || 0))} ${ + {`Yes votes: ${formatEther(BigInt(voting.data.yes || 0))} ${ chain.currency }`}