We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761ffe6 commit b9a020dCopy full SHA for b9a020d
packages/ui/src/layout/MainLayout/Sidebar/MenuList/NavGroup/index.jsx
@@ -58,7 +58,7 @@ const NavGroup = ({ item }) => {
58
59
const renderNonPrimaryGroups = () => {
60
let nonprimaryGroups = item.children.filter((child) => child.id !== 'primary')
61
- // Display chilren based on permission and display
+ // Display children based on permission and display
62
nonprimaryGroups = nonprimaryGroups.map((group) => {
63
const children = group.children.filter((menu) => shouldDisplayMenu(menu))
64
return { ...group, children }
0 commit comments