aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/todos/containers/TodosScreen.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/todos/containers/TodosScreen.js')
-rw-r--r--src/features/todos/containers/TodosScreen.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/features/todos/containers/TodosScreen.js b/src/features/todos/containers/TodosScreen.js
index 2b81bd728..48acd19f4 100644
--- a/src/features/todos/containers/TodosScreen.js
+++ b/src/features/todos/containers/TodosScreen.js
@@ -27,6 +27,8 @@ class TodosScreen extends Component {
27 <ErrorBoundary> 27 <ErrorBoundary>
28 <TodosWebview 28 <TodosWebview
29 authToken={stores.user.authToken} 29 authToken={stores.user.authToken}
30 isVisible={todosStore.isTodosPanelVisible}
31 togglePanel={todoActions.toggleTodosPanel}
30 handleClientMessage={todoActions.handleClientMessage} 32 handleClientMessage={todoActions.handleClientMessage}
31 setTodosWebview={webview => todoActions.setTodosWebview({ webview })} 33 setTodosWebview={webview => todoActions.setTodosWebview({ webview })}
32 width={todosStore.width} 34 width={todosStore.width}