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