Skip to content

Commit

Permalink
fix: remove role from button in the menu button
Browse files Browse the repository at this point in the history
  • Loading branch information
orrgottlieb committed Jun 30, 2021
1 parent 5b2615a commit a4ff1e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MenuButton/MenuButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ const MenuButton = ({
id={id}
ref={buttonRef}
type="button"
role="menu"
className={cx("menu-button--wrapper", componentClassName, BEMClass(`size-${size}`), {
[BEMClass("open")]: isOpen,
[openDialogComponentClassName]: isOpen && openDialogComponentClassName,
Expand Down

0 comments on commit a4ff1e2

Please sign in to comment.