From e75932117f1f18a27d044fa12c859a40fb5119dd Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Fri, 5 Feb 2021 09:54:19 -0500 Subject: [PATCH] Return AboutCard title to group name --- .../components/Cards/Group/GroupProfile/GroupProfileCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} >