oops, use right class

pull/21833/head
Matthew Hodgson 2016-01-20 15:58:17 +00:00
parent dbcbd2aad8
commit 14c2d945d6
1 changed files with 1 additions and 1 deletions

View File

@ -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;