mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Fix variable name
This commit is contained in:
parent
04b6dc4407
commit
84e483a450
@ -172,7 +172,7 @@ export default {
|
||||
return this.group && this.group.id
|
||||
},
|
||||
showGroupHint() {
|
||||
return this.grouupId && ['closed', 'hidden'].includes(this.group.groupType)
|
||||
return this.groupId && ['closed', 'hidden'].includes(this.group.groupType)
|
||||
},
|
||||
groupName() {
|
||||
return this.group && this.group.name
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user