There was an error while loading. Please reload this page.
2 parents 0552dce + e3fc473 commit f3997faCopy full SHA for f3997fa
1 file changed
pdf/src/campPrint/picasso/PicassoPeriod.vue
@@ -31,7 +31,7 @@ export default {
31
},
32
computed: {
33
days() {
34
- const dayFilter = this.content.options.filter.day
+ const dayFilter = this.content.options.filter?.day
35
return sortBy(this.period.days().items, (day) =>
36
this.$date.utc(day.start).unix()
37
).filter((day) => {
0 commit comments