From 4640eb949448a8a0718e8dbf2d38d4c6024947a0 Mon Sep 17 00:00:00 2001 From: davidwells Date: Tue, 12 Jun 2018 08:37:17 -0700 Subject: [PATCH] fix prop name --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 16943c0..5032472 100644 --- a/src/App.js +++ b/src/App.js @@ -154,7 +154,7 @@ class App extends Component { placeholder='Add a todo item' name='name' ref={el => this.inputElement = el} - autocomplete='off' + autoComplete='off' style={{marginRight: 20}} />