Lint / comment out line correctly

This commit is contained in:
David Baker 2017-07-17 18:13:20 +01:00
parent 7041106bf2
commit 859239f881
2 changed files with 5 additions and 5 deletions

View file

@ -307,6 +307,7 @@ export default React.createClass({
page_element = <GroupView
groupId={this.props.currentGroupId}
/>;
//right_panel = <RightPanel userId={this.props.viewUserId} opacity={this.props.rightOpacity} />;
break;
}