Add group to user teaser on post teaser at user and group profile

This commit is contained in:
Wolfgang Huß 2022-10-19 18:58:43 +02:00
parent 2eb5995116
commit d1585bf23c

View File

@ -104,6 +104,11 @@ export const profilePagePosts = (i18n) => {
...userCounts ...userCounts
...locationAndBadges ...locationAndBadges
} }
group {
id
name
slug
}
} }
} }
` `