From 1eb5b0564bf3e082734a7ccd523a2ae1f9d5249f Mon Sep 17 00:00:00 2001 From: lesion Date: Thu, 24 Nov 2022 17:31:19 +0100 Subject: [PATCH] minor --- plugins/filters.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/filters.js b/plugins/filters.js index 98be524e..b320151c 100644 --- a/plugins/filters.js +++ b/plugins/filters.js @@ -59,6 +59,7 @@ export default ({ app, store }) => { Vue.filter('recurrentDetail', event => { const parent = event.parent + if (!parent.frequency || !parent.type) return const { frequency, type } = parent.recurrent let recurrent if (frequency === '1w' || frequency === '2w') {