aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/todos/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/todos/components')
-rw-r--r--src/features/todos/components/TodosWebview.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/todos/components/TodosWebview.tsx b/src/features/todos/components/TodosWebview.tsx
index 4b53df956..7b1b17e64 100644
--- a/src/features/todos/components/TodosWebview.tsx
+++ b/src/features/todos/components/TodosWebview.tsx
@@ -196,7 +196,7 @@ class TodosWebview extends Component<IProps, IState> {
196 )} 196 )}
197 {isTodoUrlValid && ( 197 {isTodoUrlValid && (
198 <Webview 198 <Webview
199 // className={classes.webview} // TODO - [TS DEBT] style not found 199 // className={classes.webview} // TODO: [TS DEBT] style not found
200 onDidAttach={() => { 200 onDidAttach={() => {
201 const { setTodosWebview } = this.props; 201 const { setTodosWebview } = this.props;
202 setTodosWebview(this.webview); 202 setTodosWebview(this.webview);