Update frontend/src/components/Contributions/ContributionListItem.vue

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Alexander Friedland 2022-07-22 10:16:31 +02:00 committed by GitHub
parent dea07c2bcd
commit 63efb7a056
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,12 +63,15 @@ export default {
},
deletedAt: {
type: String,
required: false,
},
confirmedBy: {
type: Number,
required: false,
},
confirmedAt: {
type: String,
required: false,
},
},
computed: {