mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-05-03 14:24:18 +08:00
learn react content fixes (#2063)
This commit is contained in:
committed by
Vamshi Surabhi
parent
f4ddfd88a0
commit
20dd0ce2fd
@@ -19,7 +19,7 @@ const TodoItem = ({index, todo}) => {
|
||||
id={todo.id}
|
||||
onChange={toggleTodo}
|
||||
/>
|
||||
<label htmlFor={todo.id}/>)
|
||||
<label htmlFor={todo.id}/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user