Profile: remove mb from pinned groups

This commit is contained in:
Matilde Park 2021-02-11 16:35:21 -05:00
parent 2e941f1c7a
commit 9c3327e387

View File

@ -81,7 +81,6 @@ export function ViewProfile(props: any) {
<Col> <Col>
{ contact?.groups.sort(lengthOrder).map(g => ( { contact?.groups.sort(lengthOrder).map(g => (
<GroupLink <GroupLink
mb="3"
api={api} api={api}
resource={g} resource={g}
groups={groups} groups={groups}