fix CSS for ChangeAvatar placeholder
This commit is contained in:
parent
edb67b778d
commit
4d2608017b
1 changed files with 1 additions and 2 deletions
|
@ -122,8 +122,7 @@ module.exports = React.createClass({
|
|||
height: this.props.height,
|
||||
objectFit: 'cover',
|
||||
};
|
||||
// FIXME: surely we should be using MemberAvatar or UserAvatar or something here...
|
||||
avatarImg = <img className="mx_RoomAvatar" src={this.state.avatarUrl} style={style} />;
|
||||
avatarImg = <img className="mx_BaseAvatar" src={this.state.avatarUrl} style={style} />;
|
||||
}
|
||||
|
||||
var uploadSection;
|
||||
|
|
Loading…
Reference in a new issue