Update ESLint rules (#2342)

This commit is contained in:
Lipis 2020-11-06 22:06:30 +02:00 committed by GitHub
parent 56938cf874
commit e05acd6fd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 107 additions and 101 deletions

View file

@ -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>