Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Aug 27, 2024
1 parent 26dd50b commit 3096bea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export function NavGroups({
const orderedLinksOrCategories = getOrderedLinksOrCategories(navLinks);
const sideNavItems = orderedLinksOrCategories
.map((navLink) => createSideNavItem(navLink, LEVEL_FOR_ROOT_ITEMS))
.filter((navItem) => !!navItem.name);
.filter((navItem) => !!navItem.id);

return (
<EuiFlexItem style={style}>
Expand Down

0 comments on commit 3096bea

Please sign in to comment.