mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-15 19:51:32 +03:00
Remove empty line
This commit is contained in:
parent
583f86eb06
commit
714b63519a
1 changed files with 0 additions and 1 deletions
|
@ -106,7 +106,6 @@ module.exports = React.createClass({
|
||||||
} else {
|
} else {
|
||||||
theOtherGuy = mlist[userIds[0]];
|
theOtherGuy = mlist[userIds[0]];
|
||||||
}
|
}
|
||||||
|
|
||||||
return theOtherGuy.getAvatarUrl(
|
return theOtherGuy.getAvatarUrl(
|
||||||
MatrixClientPeg.get().getHomeserverUrl(),
|
MatrixClientPeg.get().getHomeserverUrl(),
|
||||||
props.width, props.height, props.resizeMethod,
|
props.width, props.height, props.resizeMethod,
|
||||||
|
|
Loading…
Reference in a new issue