Skip to content

Commit

Permalink
chore: formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
peconomou929 committed Apr 27, 2024
1 parent 1708ee4 commit 795f820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/lib/menu/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ export const Menu = React.memo(
if (item.visible === false) {
return null;
}
const menuContext = {item, index, parentId}

const menuContext = { item, index, parentId };
const linkClassName = classNames('p-menuitem-link', { 'p-disabled': item.disabled });
const iconClassName = classNames('p-menuitem-icon', item.icon);
const iconProps = mergeProps(
Expand Down

0 comments on commit 795f820

Please sign in to comment.