Skip to content

Commit b9a020d

Browse files
docs: fix typos in packages/ui/src/layout/MainLayout/Sidebar/MenuList/NavGroup/index.jsx (FlowiseAI#5444)
Fix typos in packages/ui/src/layout/MainLayout/Sidebar/MenuList/NavGroup/index.jsx
1 parent 761ffe6 commit b9a020d

File tree

1 file changed

+1
-1
lines changed
  • packages/ui/src/layout/MainLayout/Sidebar/MenuList/NavGroup

1 file changed

+1
-1
lines changed

packages/ui/src/layout/MainLayout/Sidebar/MenuList/NavGroup/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const NavGroup = ({ item }) => {
5858

5959
const renderNonPrimaryGroups = () => {
6060
let nonprimaryGroups = item.children.filter((child) => child.id !== 'primary')
61-
// Display chilren based on permission and display
61+
// Display children based on permission and display
6262
nonprimaryGroups = nonprimaryGroups.map((group) => {
6363
const children = group.children.filter((menu) => shouldDisplayMenu(menu))
6464
return { ...group, children }

0 commit comments

Comments
 (0)