No message

This commit is contained in:
Ken Jannette
2018-04-21 14:32:53 -04:00
parent e7b57c8f98
commit 3663827967

View File

@@ -73,7 +73,7 @@ class BooksApp extends React.Component {
<Route path='/search' render={() => (
<SearchPage
results={this.state.results}
books={this.state.books}
onSelect={this.onResultSelect}
/>
)}/>