mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-27 04:07:05 +02:00
Update ESLint rules (#2342)
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user