From 707d178b9632d3930d5a4236fdd945e46aece508 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 | 4 +--- src/demos/todomvc/todos.jsx | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/demos/todomvc/todo-header.jsx b/src/demos/todomvc/todo-header.jsx index 37f8fed3ec..2fa340f6f9 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,11 +79,10 @@ const TodoHeader = ({ diff --git a/src/demos/todomvc/todos.jsx b/src/demos/todomvc/todos.jsx index af0d6dd80b..ef24357fb6 100644 --- a/src/demos/todomvc/todos.jsx +++ b/src/demos/todomvc/todos.jsx @@ -95,7 +95,7 @@ class Todos extends Component { const completedCount = todos.length - activeTodoCount; return [ - , + ,