pull/21833/head
Michael Telatynski 2021-06-25 20:01:03 +01:00
parent 3d6c6cea89
commit 4e6260e617
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ export default class EventTilePreview extends React.Component<IProps, IState> {
userId: this.props.userId,
getAvatarUrl: (..._) => {
return Avatar.avatarUrlForUser(
{avatarUrl: this.props.avatarUrl},
{ avatarUrl: this.props.avatarUrl },
AVATAR_SIZE, AVATAR_SIZE, "crop",
);
},