summaryrefslogtreecommitdiffstats
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 882fa6a1e..50704c73f 100644
--- a/src/features/todos/store.ts
+++ b/src/features/todos/store.ts
@@ -164,7 +164,7 @@ export default class TodoStore extends FeatureStore {
164 164
165 // Actions 165 // Actions
166 166
167 @action _resize = ({ width }) => { 167 @action _resize = (width: number) => {
168 this._updateSettings({ 168 this._updateSettings({
169 width, 169 width,
170 }); 170 });