no pin post button for posts in group

This commit is contained in:
Moriz Wahl 2023-04-20 14:33:51 +02:00
parent af19e31178
commit b672b62e0d

View File

@ -80,7 +80,7 @@ export default {
})
}
if (this.isAdmin) {
if (this.isAdmin && !this.resource.group) {
if (!this.resource.pinnedBy) {
routes.push({
label: this.$t(`post.menu.pin`),