aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/todos/containers
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-09-07 15:56:31 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-09-07 15:56:31 +0200
commitf530f689c3275f2145283df235af6c8e99a5cdcc (patch)
tree43fe54657b1e7a348321b7ac1139acd45b4c040d /src/features/todos/containers
parentLint (diff)
downloadferdium-app-f530f689c3275f2145283df235af6c8e99a5cdcc.tar.gz
ferdium-app-f530f689c3275f2145283df235af6c8e99a5cdcc.tar.zst
ferdium-app-f530f689c3275f2145283df235af6c8e99a5cdcc.zip
Enable todos for all users
Diffstat (limited to 'src/features/todos/containers')
-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 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 {
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={this.props.stores.features.features.isTodosIncludedInCurrentPlan || false} 28 isTodosIncludedInCurrentPlan={true}
29 /> 29 />
30 </ErrorBoundary> 30 </ErrorBoundary>
31 ); 31 );