diff --git a/src/App.js b/src/App.js index 6d45d2f..8b0463a 100755 --- a/src/App.js +++ b/src/App.js @@ -41,6 +41,7 @@ class BooksApp extends React.Component { newBooks.forEach((book) => { update(book, book.shelf) }) + history.push('/') } onSelectChange = (e) => {