diff --git a/frontend/src/components/Contributions/ContributionListItem.vue b/frontend/src/components/Contributions/ContributionListItem.vue index c5f9a7058..bdcbe62bd 100644 --- a/frontend/src/components/Contributions/ContributionListItem.vue +++ b/frontend/src/components/Contributions/ContributionListItem.vue @@ -45,7 +45,7 @@ export default { }, firstName: { type: String, - require: false, + required: false, }, lastName: { type: String,