Fixed minor typo
This commit is contained in:
@@ -39,10 +39,9 @@ class BooksApp extends React.Component {
|
||||
newBook.shelf = newShelf
|
||||
}
|
||||
});
|
||||
|
||||
this.setState({
|
||||
books: [...newBook]
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
onSelectChange = (e) => {
|
||||
|
||||
Reference in New Issue
Block a user