ActivePoll displays an active poll with voting interface.
Component props
The rendered ActivePoll component
The component handles:
<ActivePoll poll={activePoll} isOwner={isOwner} userId={localUserId} userVote={userVote} onVote={handleVote} onEnd={handleEndPoll}/> Copy
<ActivePoll poll={activePoll} isOwner={isOwner} userId={localUserId} userVote={userVote} onVote={handleVote} onEnd={handleEndPoll}/>
ActivePoll displays an active poll with voting interface.