new hide_calendar / hide_thumbs / header_image settings

This commit is contained in:
lesion
2022-11-09 10:17:52 +01:00
parent 68b7fc6cd0
commit 31cfef1d89
9 changed files with 111 additions and 21 deletions

View File

@@ -81,7 +81,7 @@ export default ({ app, store }) => {
let time = start.format('dddd D MMMM HH:mm')
if (end) {
time += event.multidate ? `-${end.format('dddd D MMMM HH:mm')}` : `-${end.format('HH:mm')}`
time += event.multidate ? `${end.format('dddd D MMMM HH:mm')}` : `-${end.format('HH:mm')}`
}
return time
})