Skip to content

Commit

Permalink
Remove extra roles
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Jun 12, 2024
1 parent 04f386e commit 2117f2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/chakra-components/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ export const MenuList = <

return (
<Box
role="listbox"
{...innerProps}
className={cx(
{
Expand Down Expand Up @@ -435,7 +434,6 @@ export const Option = <
: initialSx;
return (
<Box
role="option"
{...innerProps}
className={cx(
{
Expand Down

0 comments on commit 2117f2a

Please sign in to comment.