You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-18 09:22:18 +03:00
Fix some PR feedback
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user