Skip to content

Commit

Permalink
fix(html): remove id attribute from menu spec
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpenkov authored and Juveniel committed Nov 7, 2024
1 parent 7750e10 commit 4be5184
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/html/src/menu/menu.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export const Menu = (

const ulMenu = (
<ul
id="menu"
dir={dir}
{...other}
className={classNames(
Expand Down

0 comments on commit 4be5184

Please sign in to comment.