mirror of https://github.com/vector-im/riot-web
Remove unused component ref
parent
d96e814a92
commit
c914db53ca
|
@ -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 New Issue