pull/21833/head
Luke Barnard 2017-02-02 13:56:54 +00:00
parent 2aaf77974d
commit b9bc8eefd0
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ export default React.createClass({
case PageTypes.HomePage:
page_element = <HomePage
collapsedRhs={this.props.collapse_rhs}
teamServerUrl={this.props.config.teamServerConfig.teamServerUrl}
teamServerUrl={this.props.config.teamServerConfig.teamServerURL}
teamToken={window.localStorage.getItem("mx_team_token")}
/>
if (!this.props.collapse_rhs) right_panel = <RightPanel opacity={this.props.sideOpacity}/>