Skip to content

Commit 03d17ea

Browse files
committed
changes!
1 parent 213e535 commit 03d17ea

File tree

1 file changed

+1
-0
lines changed
  • src/components/UserBookList/UserBookItem

1 file changed

+1
-0
lines changed

src/components/UserBookList/UserBookItem/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default class UserBookItem extends Component {
66
<tr>
77
<td>{this.props.item.bookid}</td>
88
<td>{this.props.item.title}</td>
9+
<td>{this.props.item.author}</td>
910
<td>{this.props.item.rating}</td>
1011
<td>{this.props.item.price}</td>
1112
</tr>

0 commit comments

Comments
 (0)