Fixed minor typo
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user