No message

This commit is contained in:
Ken Jannette
2018-04-17 19:14:11 -04:00
parent 2f1d1c2ab6
commit 39dbe0249e
2 changed files with 3 additions and 3 deletions

View File

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