diff --git a/plugins/org/src/components/Cards/Group/GroupProfile/GroupProfileCard.tsx b/plugins/org/src/components/Cards/Group/GroupProfile/GroupProfileCard.tsx
index 5ebce80c43..c43f118b80 100644
--- a/plugins/org/src/components/Cards/Group/GroupProfile/GroupProfileCard.tsx
+++ b/plugins/org/src/components/Cards/Group/GroupProfile/GroupProfileCard.tsx
@@ -90,13 +90,13 @@ export const GroupProfileCard = ({
?.map(groupItem => groupItem.target.name);
const displayName = profile?.displayName ?? name;
- const descriptionHeading = description ?? name;
if (!group) return User not found;
return (
}
+ title={}
+ subheader={description}
variant={variant}
>