fix up UserSettings a bit

This commit is contained in:
Matthew Hodgson 2016-04-15 18:23:47 +01:00
parent d0d4760ddc
commit cf3cdaccf3
5 changed files with 23 additions and 22 deletions

View file

@ -155,7 +155,10 @@ module.exports = React.createClass({
panel = <MemberInfo roomId={this.props.roomId} member={this.state.member} key={this.props.roomId} />
}
}
}
if (!panel) {
panel = <div className="mx_RightPanel_blank"></div>;
}
var classes = "mx_RightPanel mx_fadable";