We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e998068 commit a52a35fCopy full SHA for a52a35f
client/src/MainApp/MatchmakerEvent.jsx
@@ -17,7 +17,7 @@ class MatchmakerEvent extends Component {
17
this.props.inviteUserB(item);
18
}}>
19
<h2>{item.username}</h2>
20
- <img className="avatar" src="https://api.adorable.io/avatars/285/{this,props.ownUserName}@adorable.io.png" alt="avatar image"/>
+ <img className="avatar" src="https://api.adorable.io/avatars/285/{item.username}@adorable.io.png" alt="avatar image"/>
21
<p className="card-text-description">{item.tagline}</p>
22
<p className="card-text-description">{item.blurb}</p>
23
</Card>
0 commit comments