We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213e535 commit 03d17eaCopy full SHA for 03d17ea
src/components/UserBookList/UserBookItem/index.js
@@ -6,6 +6,7 @@ export default class UserBookItem extends Component {
6
<tr>
7
<td>{this.props.item.bookid}</td>
8
<td>{this.props.item.title}</td>
9
+ <td>{this.props.item.author}</td>
10
<td>{this.props.item.rating}</td>
11
<td>{this.props.item.price}</td>
12
</tr>
0 commit comments