diff --git a/src/Bookshelf.js b/src/Bookshelf.js index 217153f..84c28fd 100644 --- a/src/Bookshelf.js +++ b/src/Bookshelf.js @@ -3,7 +3,10 @@ import React, { Component } from 'react'; class Bookshelf extends Component { render() { - console.log('PROPS', this.props) + const books = this.props + + console.log(books) + return (