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>
{ contact?.groups.sort(lengthOrder).map(g => (
<GroupLink
mb="3"
api={api}
resource={g}
groups={groups}