Use mx_team_token
instead of config
This commit is contained in:
parent
acde1f3db7
commit
8c941b11cd
2 changed files with 2 additions and 2 deletions
|
@ -196,7 +196,7 @@ export default React.createClass({
|
|||
case PageTypes.HomePage:
|
||||
page_element = <HomePage
|
||||
collapsedRhs={this.props.collapse_rhs}
|
||||
config={this.props.config}
|
||||
teamToken={window.localStorage.getItem("mx_team_token")}
|
||||
/>
|
||||
if (!this.props.collapse_rhs) right_panel = <RightPanel opacity={this.props.sideOpacity}/>
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue