fix prop name

This commit is contained in:
davidwells 2018-06-12 08:37:17 -07:00
parent c34d15a489
commit 4640eb9494

View file

@ -154,7 +154,7 @@ class App extends Component {
placeholder='Add a todo item' placeholder='Add a todo item'
name='name' name='name'
ref={el => this.inputElement = el} ref={el => this.inputElement = el}
autocomplete='off' autoComplete='off'
style={{marginRight: 20}} style={{marginRight: 20}}
/> />
<button className='todo-create-button'> <button className='todo-create-button'>