mirror of https://github.com/vector-im/riot-web
delint
parent
3d6c6cea89
commit
4e6260e617
|
@ -107,7 +107,7 @@ export default class EventTilePreview extends React.Component<IProps, IState> {
|
||||||
userId: this.props.userId,
|
userId: this.props.userId,
|
||||||
getAvatarUrl: (..._) => {
|
getAvatarUrl: (..._) => {
|
||||||
return Avatar.avatarUrlForUser(
|
return Avatar.avatarUrlForUser(
|
||||||
{avatarUrl: this.props.avatarUrl},
|
{ avatarUrl: this.props.avatarUrl },
|
||||||
AVATAR_SIZE, AVATAR_SIZE, "crop",
|
AVATAR_SIZE, AVATAR_SIZE, "crop",
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue