This commit is contained in:
Michael Telatynski 2021-06-25 20:01:03 +01:00
parent 3d6c6cea89
commit 4e6260e617

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",
);
},