aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/todos/store.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/todos/store.js')
-rw-r--r--src/features/todos/store.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/features/todos/store.js b/src/features/todos/store.js
index acf95df0d..7da3b7f49 100644
--- a/src/features/todos/store.js
+++ b/src/features/todos/store.js
@@ -29,6 +29,7 @@ export default class TodoStore extends FeatureStore {
29 } 29 }
30 30
31 @computed get isTodosPanelVisible() { 31 @computed get isTodosPanelVisible() {
32 if (this.stores.services.all.length === 0) return false;
32 if (this.settings.isTodosPanelVisible === undefined) return DEFAULT_TODOS_VISIBLE; 33 if (this.settings.isTodosPanelVisible === undefined) return DEFAULT_TODOS_VISIBLE;
33 34
34 return this.settings.isTodosPanelVisible; 35 return this.settings.isTodosPanelVisible;