Make date prop for HumanDate required again

This commit is contained in:
Georg Krause 2022-03-17 10:29:47 +01:00
parent dc84da42a8
commit b00d7572c8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
import { mapState } from 'vuex'
export default {
props: {
date: { type: String, default: '' },
date: { type: String, required: true },
icon: { type: Boolean, required: false, default: false }
},
computed: {