Linting
parent
121b776e8a
commit
2549b44768
|
@ -122,7 +122,7 @@ module.exports = React.createClass({
|
|||
return mlist[leftUserIds[0]].getAvatarUrl(
|
||||
MatrixClientPeg.get().getHomeserverUrl(),
|
||||
props.width, props.height, props.resizeMethod,
|
||||
false
|
||||
false,
|
||||
);
|
||||
}
|
||||
return mlist[userIds[0]].getAvatarUrl(
|
||||
|
|
Loading…
Reference in New Issue