From e47a31ee0e3a902ed86c04d0f082a04216747f13 Mon Sep 17 00:00:00 2001 From: Ken Jannette Date: Thu, 19 Apr 2018 19:37:44 -0400 Subject: [PATCH] Minor corrections --- src/App.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.js b/src/App.js index fa96651..87492ac 100755 --- a/src/App.js +++ b/src/App.js @@ -43,7 +43,6 @@ class BooksApp extends React.Component { this.setState({ books: [...newBook] }) - } onSelectChange = (e) => {