mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +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:
|
||||
break;
|
||||
case ServerType.ADVANCED:
|
||||
serverDetails = <ServerConfig ref="serverConfig"
|
||||
serverDetails = <ServerConfig
|
||||
customHsUrl={this.state.discoveredHsUrl || this.props.customHsUrl}
|
||||
customIsUrl={this.state.discoveredIsUrl || this.props.customIsUrl}
|
||||
defaultHsUrl={this.props.defaultHsUrl}
|
||||
|
|
Loading…
Reference in a new issue