diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue index 70a98649a..8863fbc8a 100644 --- a/webapp/components/ContributionForm/ContributionForm.vue +++ b/webapp/components/ContributionForm/ContributionForm.vue @@ -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