Skip to content

Commit

Permalink
JNG-5209 fix menu item hiddenby (#239)
Browse files Browse the repository at this point in the history
* fix menu item hiddenby

* fix
  • Loading branch information
Madmat8 authored Sep 20, 2023
1 parent a5f0ad0 commit d94d960
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const Navigation = () => {
const filteredMenus: NavItemType[] = [];
handlerMenuItems(menus, filteredMenus);
setMenuItems(filteredMenus);
}, []);
}, [{{# if application.authentication }}principal{{/ if }}]);

const isHorizontal = menuOrientation === MenuOrientation.HORIZONTAL && !downLG;

Expand Down

0 comments on commit d94d960

Please sign in to comment.