From f530f689c3275f2145283df235af6c8e99a5cdcc Mon Sep 17 00:00:00 2001 From: vantezzen Date: Sat, 7 Sep 2019 15:56:31 +0200 Subject: Enable todos for all users --- 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 a5da0b014..0bd591c59 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={this.props.stores.features.features.isTodosIncludedInCurrentPlan || false} + isTodosIncludedInCurrentPlan={true} /> ); -- cgit v1.2.3-54-g00ecf