From 494f97f2a45c5e8d121b08ee7221ac41d746a7bc Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Wed, 30 Mar 2022 08:16:04 -0500 Subject: [PATCH] Clean up changeset and commented code Signed-off-by: Andre Wanlin --- .changeset/itchy-candles-type.md | 8 ++++---- .../MyGroupsSidebarItem/MyGroupsSidebarItem.tsx | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) 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);