From 4222b0aad4616fea9996337297b6b33b3980b7b9 Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Tue, 19 Jul 2022 15:43:50 +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 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,