From 91b8a636a07bd1441c66a09376f594e48c37b3a8 Mon Sep 17 00:00:00 2001 From: Dhruv Joshi Date: Tue, 7 Jan 2025 11:19:17 +0000 Subject: [PATCH] fix(MyGroupsSidebarItem): hide icon for group entity display names Signed-off-by: Dhruv Joshi --- .../src/components/MyGroupsSidebarItem/MyGroupsSidebarItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/org/src/components/MyGroupsSidebarItem/MyGroupsSidebarItem.tsx b/plugins/org/src/components/MyGroupsSidebarItem/MyGroupsSidebarItem.tsx index bd515f8553..98b035000a 100644 --- a/plugins/org/src/components/MyGroupsSidebarItem/MyGroupsSidebarItem.tsx +++ b/plugins/org/src/components/MyGroupsSidebarItem/MyGroupsSidebarItem.tsx @@ -97,7 +97,7 @@ export const MyGroupsSidebarItem = (props: { {groups?.map(function groupsMap(group) { return ( } + title={} subtitle={ group.metadata.namespace !== DEFAULT_NAMESPACE ? group.metadata.namespace