Handle non-media attachments

This commit is contained in:
Jaiwanth 2021-05-31 23:50:55 +05:30
parent 01284ef8c6
commit a0a604618c
3 changed files with 18 additions and 2 deletions

View file

@ -936,7 +936,7 @@ export default class EventTile extends React.Component<IProps, IState> {
avatar = (
<div className="mx_EventTile_avatar">
<MemberAvatar
avatarSrc = {this.props.avatarSrc}
avatarSrc={this.props.avatarSrc}
member={member}
width={avatarSize}
height={avatarSize}