Fixed minor typo

This commit is contained in:
Ken Jannette
2018-04-19 21:19:34 -04:00
parent 8bf4f71008
commit 6a5795e6b5

View File

@@ -39,10 +39,9 @@ class BooksApp extends React.Component {
newBook.shelf = newShelf newBook.shelf = newShelf
} }
}); });
this.setState({ this.setState({
books: [...newBook] books: [...newBook]
}) });
} }
onSelectChange = (e) => { onSelectChange = (e) => {