diff --git a/src/features/todos/TodoList.js b/src/features/todos/TodoList.js index 421d7d4..e235626 100644 --- a/src/features/todos/TodoList.js +++ b/src/features/todos/TodoList.js @@ -40,7 +40,6 @@ const TodoList = () => { id="new-todo" value={newTodo} onChange={(e)=> setNewTodo(e.target.value)} - placeholder="Add New Todo" />