Bug fix in props for bookshelf
This commit is contained in:
@@ -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 (
|
||||
<div className="list-books">
|
||||
<div className="list-books-title">
|
||||
|
||||
Reference in New Issue
Block a user