mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-14 08:36:37 +03:00
Remove forExport prop for MemberAvatar
This commit is contained in:
parent
0e3ad652af
commit
5c78acfca4
1 changed files with 0 additions and 1 deletions
|
@ -961,7 +961,6 @@ export default class EventTile extends React.Component<IProps, IState> {
|
|||
avatar = (
|
||||
<div className="mx_EventTile_avatar">
|
||||
<MemberAvatar
|
||||
forExport={this.props.forExport}
|
||||
member={member}
|
||||
width={avatarSize}
|
||||
height={avatarSize}
|
||||
|
|
Loading…
Reference in a new issue