diff --git a/src/App.js b/src/App.js index e52bc5a..7cd0901 100755 --- a/src/App.js +++ b/src/App.js @@ -16,7 +16,6 @@ class BooksApp extends React.Component { super(); this.state = { books: [], - results: [] } }; @@ -56,6 +55,7 @@ class BooksApp extends React.Component { } render() { + return ( diff --git a/src/SearchPage.js b/src/SearchPage.js index 82c065c..e8c74b2 100644 --- a/src/SearchPage.js +++ b/src/SearchPage.js @@ -21,8 +21,6 @@ class SearchPage extends Component { const onSelect = this.props.onSelect -// console.log("RESULTS", results) - return (