Merge branch '2787-fix-contribution-tab-textes' of https://github.com/gradido/gradido into 2787-fix-contribution-tab-textes

This commit is contained in:
elweyn 2023-03-09 16:12:45 +01:00
commit 723cb4f238

View File

@ -185,7 +185,7 @@ export default {
this.items.find((obj) => obj.id === id).state = 'IN_PROGRESS'
},
formatDateOrDash(value) {
return value ? this.$d(new Date(value), 'short') : '-'
return value ? this.$d(new Date(value), 'short') : ''
},
},
computed: {