diff --git a/src/components/tasks/partials/relatedTasks.vue b/src/components/tasks/partials/relatedTasks.vue index 96401c8c3..c013700d9 100644 --- a/src/components/tasks/partials/relatedTasks.vue +++ b/src/components/tasks/partials/relatedTasks.vue @@ -51,7 +51,7 @@ {{ - $store.getters['lists/getListById'](props.option.listId) === null ? '' : $store.getters['lists/getListById'](props.option.listId).title + $store.getters['lists/getListById'](props.option.listId)?.title || '' }} > @@ -101,7 +101,7 @@ {{ - $store.getters['lists/getListById'](t.listId) === null ? '' : $store.getters['lists/getListById'](t.listId).title + $store.getters['lists/getListById'](t.listId)?.title || '' }} >