aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/todos
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-09-07 15:57:53 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-09-07 15:57:53 +0200
commitce40491ca54a66aab7dd70ab3dfb44ab22d7fdad (patch)
treeb977d83bb4d86283eef22fd3b1f1202e3c5a75e0 /src/features/todos
parentEnable todos for all users (diff)
downloadferdium-app-ce40491ca54a66aab7dd70ab3dfb44ab22d7fdad.tar.gz
ferdium-app-ce40491ca54a66aab7dd70ab3dfb44ab22d7fdad.tar.zst
ferdium-app-ce40491ca54a66aab7dd70ab3dfb44ab22d7fdad.zip
Bump version number
Diffstat (limited to 'src/features/todos')
-rw-r--r--src/features/todos/containers/TodosScreen.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/todos/containers/TodosScreen.js b/src/features/todos/containers/TodosScreen.js
index 0bd591c59..bc05a587d 100644
--- a/src/features/todos/containers/TodosScreen.js
+++ b/src/features/todos/containers/TodosScreen.js
@@ -25,7 +25,7 @@ class TodosScreen extends Component {
25 width={todosStore.width} 25 width={todosStore.width}
26 minWidth={TODOS_MIN_WIDTH} 26 minWidth={TODOS_MIN_WIDTH}
27 resize={width => todoActions.resize({ width })} 27 resize={width => todoActions.resize({ width })}
28 isTodosIncludedInCurrentPlan={true} 28 isTodosIncludedInCurrentPlan
29 /> 29 />
30 </ErrorBoundary> 30 </ErrorBoundary>
31 ); 31 );