Bug fix in props for bookshelf

This commit is contained in:
Ken Jannette
2018-04-16 21:16:38 -04:00
parent ccf6ec5a08
commit 2f1d1c2ab6

View File

@@ -3,7 +3,10 @@ import React, { Component } from 'react';
class Bookshelf extends Component { class Bookshelf extends Component {
render() { render() {
console.log('PROPS', this.props) const books = this.props
console.log(books)
return ( return (
<div className="list-books"> <div className="list-books">
<div className="list-books-title"> <div className="list-books-title">