You've already forked matrix-react-sdk
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:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user