No message

This commit is contained in:
Ken Jannette
2018-04-20 17:48:03 -04:00
parent 41c281b619
commit 657af5d335

View File

@@ -41,6 +41,7 @@ class BooksApp extends React.Component {
newBooks.forEach((book) => {
update(book, book.shelf)
})
history.push('/')
}
onSelectChange = (e) => {