aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/todos/store.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/todos/store.ts')
-rw-r--r--src/features/todos/store.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/todos/store.ts b/src/features/todos/store.ts
index 94be4db6a..882fa6a1e 100644
--- a/src/features/todos/store.ts
+++ b/src/features/todos/store.ts
@@ -149,7 +149,7 @@ export default class TodoStore extends FeatureStore {
149 @action stop() { 149 @action stop() {
150 super.stop(); 150 super.stop();
151 debug('TodoStore::stop'); 151 debug('TodoStore::stop');
152 // this.reset(); // TODO - [TECH DEBT][PROP NOT IN CLASS] check it later 152 // this.reset(); // TODO: [TECH DEBT][PROP NOT IN CLASS] check it later
153 this.isFeatureActive = false; 153 this.isFeatureActive = false;
154 } 154 }
155 155