aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/todos/containers/TodosScreen.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/todos/containers/TodosScreen.tsx')
-rw-r--r--src/features/todos/containers/TodosScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/todos/containers/TodosScreen.tsx b/src/features/todos/containers/TodosScreen.tsx
index 17f61bd95..8941a4b39 100644
--- a/src/features/todos/containers/TodosScreen.tsx
+++ b/src/features/todos/containers/TodosScreen.tsx
@@ -31,7 +31,7 @@ class TodosScreen extends Component<IProps> {
31 this.props.stores!.services.isTodosServiceActive || false 31 this.props.stores!.services.isTodosServiceActive || false
32 } 32 }
33 isVisible={todosStore.isTodosPanelVisible} 33 isVisible={todosStore.isTodosPanelVisible}
34 // togglePanel={todoActions.toggleTodosPanel} // TODO - [TECH DEBT][PROP NOT USED IN COMPONENT] check it later 34 // togglePanel={todoActions.toggleTodosPanel} // TODO: [TECH DEBT][PROP NOT USED IN COMPONENT] check it later
35 handleClientMessage={todoActions.handleClientMessage} 35 handleClientMessage={todoActions.handleClientMessage}
36 setTodosWebview={webview => todoActions.setTodosWebview(webview)} 36 setTodosWebview={webview => todoActions.setTodosWebview(webview)}
37 width={todosStore.width} 37 width={todosStore.width}