learn react content fixes (#2063)

This commit is contained in:
Praveen Durairaj
2019-04-25 15:33:56 +05:30
committed by Vamshi Surabhi
parent f4ddfd88a0
commit 20dd0ce2fd
21 changed files with 245 additions and 188 deletions

View File

@@ -19,7 +19,7 @@ const TodoItem = ({index, todo}) => {
id={todo.id}
onChange={toggleTodo}
/>
<label htmlFor={todo.id}/>)
<label htmlFor={todo.id}/>
</div>
</div>