this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Uh, sometimes there's no votersCount?

+1 -1
+1 -1
src/components/poll.jsx
··· 52 52 // }; 53 53 // }, [expired, expiresAtDate]); 54 54 55 - const pollVotesCount = multiple ? votersCount : votesCount; 55 + const pollVotesCount = multiple ? votersCount || votesCount : votesCount; 56 56 let roundPrecision = 0; 57 57 58 58 if (pollVotesCount <= 1000) {