mirror of https://github.com/vector-im/riot-web
oops, use right class
parent
dbcbd2aad8
commit
14c2d945d6
|
@ -122,7 +122,7 @@ module.exports = React.createClass({
|
|||
height: this.props.height,
|
||||
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;
|
||||
|
|
Loading…
Reference in New Issue