oops, use right class
parent
dbcbd2aad8
commit
14c2d945d6
|
@ -122,7 +122,7 @@ module.exports = React.createClass({
|
||||||
height: this.props.height,
|
height: this.props.height,
|
||||||
objectFit: 'cover',
|
objectFit: 'cover',
|
||||||
};
|
};
|
||||||
avatarImg = <img className="mx_BaseAvatar" src={this.state.avatarUrl} style={style} />;
|
avatarImg = <img className="mx_BaseAvatar_image" src={this.state.avatarUrl} style={style} />;
|
||||||
}
|
}
|
||||||
|
|
||||||
var uploadSection;
|
var uploadSection;
|
||||||
|
|
Loading…
Reference in New Issue