1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

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