mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-15 16:21:36 +03:00
Linting
This commit is contained in:
parent
121b776e8a
commit
2549b44768
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ module.exports = React.createClass({
|
||||||
return mlist[leftUserIds[0]].getAvatarUrl(
|
return mlist[leftUserIds[0]].getAvatarUrl(
|
||||||
MatrixClientPeg.get().getHomeserverUrl(),
|
MatrixClientPeg.get().getHomeserverUrl(),
|
||||||
props.width, props.height, props.resizeMethod,
|
props.width, props.height, props.resizeMethod,
|
||||||
false
|
false,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return mlist[userIds[0]].getAvatarUrl(
|
return mlist[userIds[0]].getAvatarUrl(
|
||||||
|
|
Loading…
Reference in a new issue