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

hide rightpanel on welcome page

This commit is contained in:
Matthew Hodgson
2017-05-30 03:59:06 +01:00
parent 1efc5c2b25
commit ad1b14967b

View File

@ -244,7 +244,6 @@ export default React.createClass({
teamToken={this.props.teamToken} teamToken={this.props.teamToken}
homePageUrl={this.props.config.welcomePageUrl} homePageUrl={this.props.config.welcomePageUrl}
/>; />;
if (!this.props.collapse_rhs) right_panel = <RightPanel opacity={this.props.rightOpacity}/>
break; break;
case PageTypes.UserView: case PageTypes.UserView: