mirror of
https://github.com/desktop/desktop
synced 2024-10-31 05:19:03 +00:00
Add disable - flagging because role is in a variable
This commit is contained in:
parent
fd68638dd0
commit
5ca23ec5e6
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ export class MenuListItem extends React.Component<IMenuListItemProps, {}> {
|
|||
const ariaChecked = type === 'checkbox' ? item.checked : undefined
|
||||
|
||||
return (
|
||||
// eslint-disable-next-line jsx-a11y/click-events-have-key-events
|
||||
// eslint-disable-next-line jsx-a11y/click-events-have-key-events, github/a11y-role-supports-aria-props
|
||||
<div
|
||||
id={this.props.menuItemId}
|
||||
className={className}
|
||||
|
|
Loading…
Reference in a new issue