diff --git a/.changeset/itchy-candles-type.md b/.changeset/itchy-candles-type.md index 0a60d630b0..990deeda33 100644 --- a/.changeset/itchy-candles-type.md +++ b/.changeset/itchy-candles-type.md @@ -18,10 +18,10 @@ To use MyGroupsSidebarItem you'll need to add it to your `Root.tsx` like this: {/* Global nav, not org-specific */} //... -+ //... diff --git a/plugins/org/src/components/MyGroupsSidebarItem/MyGroupsSidebarItem.tsx b/plugins/org/src/components/MyGroupsSidebarItem/MyGroupsSidebarItem.tsx index 6f13cb08db..22f3e76848 100644 --- a/plugins/org/src/components/MyGroupsSidebarItem/MyGroupsSidebarItem.tsx +++ b/plugins/org/src/components/MyGroupsSidebarItem/MyGroupsSidebarItem.tsx @@ -48,7 +48,6 @@ export const MyGroupsSidebarItem = ({ pluralTitle: string; icon: IconComponent; }) => { - // const { singularTitle, pluralTitle, icon } = props; const identityApi = useApi(identityApiRef); const catalogApi: CatalogApi = useApi(catalogApiRef); const catalogEntityRoute = useRouteRef(entityRouteRef);