No message
This commit is contained in:
@@ -23,7 +23,7 @@ class BooksApp extends React.Component {
|
|||||||
|
|
||||||
onSelectChange = (e) => {
|
onSelectChange = (e) => {
|
||||||
const shelf = e.target.value
|
const shelf = e.target.value
|
||||||
this.setState(shelf)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ class Bookshelf extends Component {
|
|||||||
const books = this.props.books
|
const books = this.props.books
|
||||||
const onSelect = this.props.onSelect
|
const onSelect = this.props.onSelect
|
||||||
|
|
||||||
// console.log(books)
|
console.log(books)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user