Remove icon from 'add poll answer' button
This commit is contained in:
parent
c2551b9e35
commit
7b9b0e9e34
1 changed files with 0 additions and 1 deletions
|
@ -170,7 +170,6 @@ const PollForm = (props: IPollForm) => {
|
|||
{options.size < maxOptions && (
|
||||
<Button
|
||||
theme='secondary'
|
||||
icon={require('@tabler/icons/icons/plus.svg')}
|
||||
onClick={handleAddOption}
|
||||
size='sm'
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue