diff --git a/src/app/navigation.tsx b/src/app/navigation.tsx
index b8f60abd..9901ee2f 100644
--- a/src/app/navigation.tsx
+++ b/src/app/navigation.tsx
@@ -26,14 +26,7 @@ export const orgLangingNavItems: SidebarNavItem[] = [
{
title: "sidebarAccount",
href: "/{orgId}",
- icon: ,
- autoExpand: true,
- children: [
- {
- title: "sidebarResources",
- href: "/{orgId}"
- }
- ]
+ icon:
}
];