We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088080a commit 0f0b9b0Copy full SHA for 0f0b9b0
src/index.js
@@ -89,7 +89,6 @@ const store = createStore(rootReducer);
89
// components
90
91
function TodoApp({ todos, onToggleTodo }) {
92
- console.log(todos);
93
return <TodoList
94
todos={todos}
95
onToggleTodo={onToggleTodo}
0 commit comments