Skip to content

Commit

Permalink
MenuBar length spelled wrong (#6189)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Mar 20, 2024
1 parent 2cf5c9b commit 3ca58e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/menubar/Menubar.js
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ export const Menubar = React.memo(
ref: menuButtonRef,
href: '#',
tabIndex: '0',
'aria-haspopup': mobileActiveState && props.model && props.model.lentgh > 0 ? true : false,
'aria-haspopup': mobileActiveState && props.model && props.model.length > 0 ? true : false,
'aria-expanded': mobileActiveState,
'aria-label': ariaLabel('navigation'),
'aria-controls': idState,
Expand Down

0 comments on commit 3ca58e5

Please sign in to comment.