fix up UserSettings a bit
This commit is contained in:
parent
d0d4760ddc
commit
cf3cdaccf3
5 changed files with 23 additions and 22 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue