forked from p15670423/monkey
ui: fix whitespace in ChildCheckbox.js
This commit is contained in:
parent
145a41ffcf
commit
32cdc034f3
|
@ -20,9 +20,7 @@ function ChildCheckbox(props) {
|
|||
<Button value={value} variant={'link'} disabled={disabled} onClick={() => onClick(value)}>
|
||||
<FontAwesomeIcon icon={checkboxState ? faCheckSquare : faSquare}/>
|
||||
</Button>
|
||||
<span className={'option-text'}>
|
||||
{label}
|
||||
</span>
|
||||
<span className={'option-text'}>{label}</span>
|
||||
</Form.Group>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue