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:
parent
2c10d26dce
commit
4868822216
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user