From e821346cfc98fb01b088f8ebac0fba52f8b85e64 Mon Sep 17 00:00:00 2001 From: Andreas Deuschlinger Date: Thu, 29 Mar 2018 13:08:43 +0200 Subject: [PATCH] focus hack cleanup --- src/demos/todomvc/todo-header.jsx | 2 -- src/demos/todomvc/todos.jsx | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/demos/todomvc/todo-header.jsx b/src/demos/todomvc/todo-header.jsx index 37f8fed3ec..ec7c9827f4 100644 --- a/src/demos/todomvc/todo-header.jsx +++ b/src/demos/todomvc/todo-header.jsx @@ -67,7 +67,6 @@ class Input extends Component { } const TodoHeader = ({ - editing, newTodo, handleNewTodoKeyDown, handleChange, @@ -80,7 +79,6 @@ const TodoHeader = ({ , + ,