No message

This commit is contained in:
Ken Jannette
2018-04-20 13:37:39 -04:00
parent 129f09b76d
commit 1052f9ee82
2 changed files with 1 additions and 3 deletions

View File

@@ -16,7 +16,6 @@ class BooksApp extends React.Component {
super(); super();
this.state = { this.state = {
books: [], books: [],
results: []
} }
}; };
@@ -56,6 +55,7 @@ class BooksApp extends React.Component {
} }
render() { render() {
return ( return (
<Router history={history}> <Router history={history}>

View File

@@ -21,8 +21,6 @@ class SearchPage extends Component {
const onSelect = this.props.onSelect const onSelect = this.props.onSelect
// console.log("RESULTS", results)
return ( return (
<div className="search-books"> <div className="search-books">
<div className="search-books-bar"> <div className="search-books-bar">