mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Update ESLint rules (#2342)
This commit is contained in:
parent
56938cf874
commit
e05acd6fd9
15 changed files with 107 additions and 101 deletions
|
@ -24,7 +24,7 @@ export const ButtonIconSelect = <T extends Object>({
|
|||
type="radio"
|
||||
name={group}
|
||||
onChange={() => onChange(option.value)}
|
||||
checked={value === option.value ? true : false}
|
||||
checked={value === option.value}
|
||||
/>
|
||||
{option.icon}
|
||||
</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue