mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Remove unused component ref
This commit is contained in:
parent
d96e814a92
commit
c914db53ca
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ module.exports = React.createClass({
|
||||||
case ServerType.PREMIUM:
|
case ServerType.PREMIUM:
|
||||||
break;
|
break;
|
||||||
case ServerType.ADVANCED:
|
case ServerType.ADVANCED:
|
||||||
serverDetails = <ServerConfig ref="serverConfig"
|
serverDetails = <ServerConfig
|
||||||
customHsUrl={this.state.discoveredHsUrl || this.props.customHsUrl}
|
customHsUrl={this.state.discoveredHsUrl || this.props.customHsUrl}
|
||||||
customIsUrl={this.state.discoveredIsUrl || this.props.customIsUrl}
|
customIsUrl={this.state.discoveredIsUrl || this.props.customIsUrl}
|
||||||
defaultHsUrl={this.props.defaultHsUrl}
|
defaultHsUrl={this.props.defaultHsUrl}
|
||||||
|
|
Loading…
Reference in a new issue