diff --git a/src/group/components/GroupsHomeCard.js b/src/group/components/GroupsHomeCard.js index fa8abd76c..eee7636f4 100644 --- a/src/group/components/GroupsHomeCard.js +++ b/src/group/components/GroupsHomeCard.js @@ -66,14 +66,12 @@ const GroupItem = ({ group, index }) => { borderTop: index && `1px solid ${theme.palette.gray.lite1}`, // skip first item }} > - + {group.name} - - - ({t(`group.role_${role.toLowerCase()}`)}) - - + {' '} + ({t(`group.role_${role.toLowerCase()}`)}) + {!isApproved && ( {t('group.home_pending_message')}