From ce40491ca54a66aab7dd70ab3dfb44ab22d7fdad Mon Sep 17 00:00:00 2001 From: vantezzen Date: Sat, 7 Sep 2019 15:57:53 +0200 Subject: Bump version number --- src/features/todos/containers/TodosScreen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/features/todos') 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 { width={todosStore.width} minWidth={TODOS_MIN_WIDTH} resize={width => todoActions.resize({ width })} - isTodosIncludedInCurrentPlan={true} + isTodosIncludedInCurrentPlan /> ); -- cgit v1.2.3-54-g00ecf