No message

This commit is contained in:
Ken Jannette
2018-04-18 15:37:57 -04:00
parent 6e8c4b7494
commit f7dd06e9a8
2 changed files with 2 additions and 2 deletions

View File

@@ -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() {

View File

@@ -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 (