Fix lint error
This commit is contained in:
@@ -105,6 +105,8 @@ export const AvatarInputField = forwardRef<HTMLInputElement, Props>(
|
|||||||
aria-label={label}
|
aria-label={label}
|
||||||
{...rest}
|
{...rest}
|
||||||
/>
|
/>
|
||||||
|
{/* https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/966 */}
|
||||||
|
{/* eslint-disable-next-line jsx-a11y/label-has-associated-control */}
|
||||||
<label htmlFor={id} className={styles.fileInputButton}>
|
<label htmlFor={id} className={styles.fileInputButton}>
|
||||||
<EditIcon />
|
<EditIcon />
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user