Fix some PR feedback
This commit is contained in:
parent
c033d5defd
commit
f0aaca0a31
2 changed files with 6 additions and 11 deletions
|
@ -282,10 +282,9 @@ export default React.createClass({
|
|||
right_panel = <RightPanel userId={this.props.viewUserId} opacity={this.props.rightOpacity} />;
|
||||
break;
|
||||
case PageTypes.GroupView:
|
||||
// TODO
|
||||
page_element = <GroupView
|
||||
groupId={this.props.currentGroupId}
|
||||
/>
|
||||
/>;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue