mirror of
https://github.com/element-hq/element-web.git
synced 2024-11-30 23:31:28 +03:00
Typo
This commit is contained in:
parent
2aaf77974d
commit
b9bc8eefd0
1 changed files with 1 additions and 1 deletions
|
@ -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}/>
|
||||
|
|
Loading…
Reference in a new issue