mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-12 07:51:05 +02:00
Fix GroupMemberTile wrong default avatar letter and colour
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
12c46838c3
commit
37978e5ef5
@ -59,7 +59,9 @@ export default createReactClass({
|
|||||||
);
|
);
|
||||||
|
|
||||||
const av = (
|
const av = (
|
||||||
<BaseAvatar name={this.props.member.userId}
|
<BaseAvatar
|
||||||
|
name={this.props.member.displayname || this.props.member.userId}
|
||||||
|
idName={this.props.member.userId}
|
||||||
width={36} height={36}
|
width={36} height={36}
|
||||||
url={avatarUrl}
|
url={avatarUrl}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user