Added skeleton for onSelectChange

This commit is contained in:
Ken Jannette
2018-04-18 11:38:15 -04:00
parent d2f6d9f85f
commit 0db4f2b5ca
2 changed files with 7 additions and 4 deletions

View File

@@ -14,7 +14,6 @@ class BooksApp extends React.Component {
componentDidMount() {
getAll().then((books) => {
// console.log(books)
this.setState({ books })
})
}