From f54929769ca4fc61267394f5c7d744342dcbab95 Mon Sep 17 00:00:00 2001 From: les Date: Wed, 23 Oct 2019 00:19:13 +0200 Subject: [PATCH] minor --- plugins/filters.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/filters.js b/plugins/filters.js index 44d06588..9c053091 100644 --- a/plugins/filters.js +++ b/plugins/filters.js @@ -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)