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 88e724e commit 159fcb8Copy full SHA for 159fcb8
src/components/MentionsItem.js
@@ -28,7 +28,7 @@ export const MentionsItem = themed(
28
} = this.props;
29
return (
30
<Container>
31
- <Avatar image={image} />
+ <Avatar image={image} name={name} />
32
<Name>{name || id}</Name>
33
</Container>
34
);
0 commit comments