Left over of merge conflict

This commit is contained in:
Wolfgang Huß 2023-03-16 16:09:18 +01:00
parent 9dbb8cae41
commit 9ded9105a3

View File

@ -172,11 +172,7 @@ export default {
return this.group && this.group.id
},
showGroupHint() {
<<<<<<< HEAD
return this.groupId && ['closed', 'hidden'].includes(this.group.groupType)
=======
return this.grouupId && ['closed', 'hidden'].includes(this.group.groupType)
>>>>>>> 4f6c9319fbc8f764a3dace5320039d5a75ad05ac
},
groupName() {
return this.group && this.group.name