fix: publish button for user response polls (#13638)

* fixes publish button for user response polls
Co-authored-by: Joao Victor <joaov@imdt.com.br>
This commit is contained in:
João Victor Nunes 2021-11-04 16:12:41 -03:00 committed by GitHub
parent 2c10d26dce
commit 4868822216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,7 +201,7 @@ class LiveResult extends PureComponent {
</div>
{pollStats}
</div>
{currentPoll && currentPoll.answers.length > 0
{currentPoll && currentPoll.answers.length >= 0
? (
<div className={styles.buttonsActions}>
<Button