Skip to content

Commit

Permalink
fix role button sonar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
luiqor committed Dec 17, 2024
1 parent 5fb9b14 commit f3ff703
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/design-system/components/menu-item/MenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ const MenuItem: FC<MenuItemProps> = ({
onClick={handleGraphicsClick}
onKeyDown={handleClick}
ref={graphicsRef}
role='button'
tabIndex={0}
>
{graphics}
Expand All @@ -116,7 +115,6 @@ const MenuItem: FC<MenuItemProps> = ({
onKeyDown={(event) => {
handleEnterOrSpaceKeyDown(event, handleRemoveItem)
}}
role='button'
tabIndex={0}
>
<CloseRounded className='s2s-item__close' />
Expand Down

0 comments on commit f3ff703

Please sign in to comment.