You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
Lint
This commit is contained in:
@@ -154,7 +154,7 @@ module.exports = withMatrixClient(React.createClass({
|
||||
|
||||
const avatarUrl = this.props.matrixClient.mxcUrlToHttp(
|
||||
this.props.groupMember.avatarUrl,
|
||||
36, 36, 'crop'
|
||||
36, 36, 'crop',
|
||||
);
|
||||
|
||||
const BaseAvatar = sdk.getComponent('avatars.BaseAvatar');
|
||||
|
||||
@@ -50,7 +50,7 @@ export default withMatrixClient(React.createClass({
|
||||
const name = this.props.member.displayname || this.props.member.userId;
|
||||
const avatarUrl = this.props.matrixClient.mxcUrlToHttp(
|
||||
this.props.member.avatarUrl,
|
||||
36, 36, 'crop'
|
||||
36, 36, 'crop',
|
||||
);
|
||||
|
||||
const av = (
|
||||
|
||||
Reference in New Issue
Block a user