mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor
This commit is contained in:
parent
2f5ecc7078
commit
1eb5b0564b
1 changed files with 1 additions and 0 deletions
|
@ -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') {
|
||||
|
|
Loading…
Reference in a new issue