Merge remote-tracking branch 'origin/develop' into dbkr/group_userlist
This commit is contained in:
commit
64f352dda7
50 changed files with 356 additions and 246 deletions
|
@ -301,7 +301,7 @@ export default React.createClass({
|
|||
|
||||
case PageTypes.UserView:
|
||||
page_element = null; // deliberately null for now
|
||||
right_panel = <RightPanel userId={this.props.viewUserId} opacity={this.props.rightOpacity} />;
|
||||
right_panel = <RightPanel opacity={this.props.rightOpacity} />;
|
||||
break;
|
||||
case PageTypes.GroupView:
|
||||
page_element = <GroupView
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue