1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-18 09:22:18 +03:00

Merge remote-tracking branch 'origin/develop' into dbkr/group_userlist

This commit is contained in:
David Baker
2017-08-15 10:49:07 +01:00
50 changed files with 356 additions and 246 deletions

View File

@ -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