diff --git a/pages/dao/[symbol]/proposal/[pk]/explore.tsx b/pages/dao/[symbol]/proposal/[pk]/explore.tsx index 4a03e5998a..8887b24e06 100644 --- a/pages/dao/[symbol]/proposal/[pk]/explore.tsx +++ b/pages/dao/[symbol]/proposal/[pk]/explore.tsx @@ -44,6 +44,8 @@ export default function Explore() { proposal?.account.voteType !== VoteType.SINGLE_CHOICE && proposal?.account.accountType === GovernanceAccountType.ProposalV2 + const voterCount = records.filter(r => r.voteType !== 1).length + return (
-
+

Number of Voters: {voterCount}

+

Top Voters