From a116578771b7f8aa37c669ad765624e542c14d1b Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Tue, 19 Jul 2022 15:43:43 +0200 Subject: [PATCH] Update frontend/src/components/Contributions/ContributionListItem.vue Co-authored-by: Moriz Wahl --- frontend/src/components/Contributions/ContributionListItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,