Make the Groups page look more like the design
This commit is contained in:
parent
3892362386
commit
e5c1aeb14c
3 changed files with 39 additions and 9 deletions
|
@ -251,7 +251,6 @@ export default React.createClass({
|
|||
|
||||
case PageTypes.MyGroups:
|
||||
page_element = <MyGroups />;
|
||||
if (!this.props.collapse_rhs) right_panel = <RightPanel opacity={this.props.rightOpacity}/>;
|
||||
break;
|
||||
|
||||
case PageTypes.CreateRoom:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue