Skip to content

Commit 4b8489e

Browse files
committed
set showVoting to true on polling page for active polls
1 parent e6410e8 commit 4b8489e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/polling.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ const PollingOverview = ({
377377
<PollOverviewCard
378378
poll={poll}
379379
allTags={tags}
380-
showVoting={!!account}
380+
showVoting={true}
381381
reviewPage={false}
382382
onVisitPoll={onVisitPoll}
383383
/>

0 commit comments

Comments
 (0)