Skip to content

Commit

Permalink
Update Reviews.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecorreu authored Jul 5, 2018
1 parent 51bf005 commit a080dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/reviews/Reviews.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default class Reviews extends AsyncList {
<div className="media">
<div className="media-left">
<figure className="image is-64x64 ">
<img className="is-rounded" src={review.sender_img} alt="Avatar sender"/>
<img className="is-rounded" src={review.sender_img_url} alt="Avatar sender"/>
</figure>
</div>
<div className="media-content ">
Expand Down

0 comments on commit a080dc3

Please sign in to comment.