This commit is contained in:
les
2019-10-23 00:19:13 +02:00
parent ea3d191ebe
commit f54929769c

View File

@@ -26,7 +26,7 @@ export default ({ app, store }) => {
const start = moment.unix(event.start_datetime)
const end = moment.unix(event.end_datetime)
const normal = `${start.format('dddd, D MMMM (HH:mm-')}${end.format('HH:mm) z Z ')}`
const normal = `${start.format('dddd, D MMMM (HH:mm-')}${end.format('HH:mm) ')}`
// recurrent event
if (event.recurrent && where !== 'home') {
const { frequency, days, type } = JSON.parse(event.recurrent)