Skip to content

Commit

Permalink
set showVoting to true on polling page for active polls
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler17 committed May 16, 2024
1 parent 70429f5 commit 1d789ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/polling.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ const PollingOverview = ({
<PollOverviewCard
poll={poll}
allTags={tags}
showVoting={!!account}
showVoting={true}
reviewPage={false}
onVisitPoll={onVisitPoll}
/>
Expand Down

0 comments on commit 1d789ac

Please sign in to comment.