fix: poll button label is backwards (#1238)
This commit is contained in:
parent
6efc28aac8
commit
b45868bbfd
|
@ -13,7 +13,7 @@
|
|||
disabled={$uploadingMedia || (media.length === 4)}
|
||||
/>
|
||||
<IconButton
|
||||
label="{poll && poll.options && poll.options.length ? 'Add poll' : 'Remove poll'}"
|
||||
label="{poll && poll.options && poll.options.length ? 'Remove poll' : 'Add poll'}"
|
||||
href="#fa-bar-chart"
|
||||
on:click="onPollClick()"
|
||||
pressable="true"
|
||||
|
|
Loading…
Reference in a new issue