From afc977434e75c4da75099392301095711c1ceede Mon Sep 17 00:00:00 2001 From: Ken Jannette Date: Thu, 19 Apr 2018 18:53:34 -0400 Subject: [PATCH] Modified onResultSelect --- src/App.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.js b/src/App.js index 08cc2b9..fa96651 100755 --- a/src/App.js +++ b/src/App.js @@ -28,7 +28,6 @@ class BooksApp extends React.Component { onResultSelect = (e) => { - const books = this.state.books const id = e.target.name const newShelf = e.target.value const results = this.state.results