Remove unused component ref

This commit is contained in:
J. Ryan Stinnett 2019-01-28 16:52:10 -06:00
parent d96e814a92
commit c914db53ca

View file

@ -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}