1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-18 09:22:18 +03:00

Fix linting error

This commit is contained in:
J. Ryan Stinnett
2019-01-23 18:11:34 -06:00
parent f4bbfc4aeb
commit dccc9dc42f

View File

@ -205,7 +205,7 @@ module.exports = React.createClass({
<input className="mx_Login_submit" type="button" onClick={this.props.onComplete}
value={_t('Return to login screen')} />
</div>
)
);
} else {
let serverConfigSection;
if (!SdkConfig.get()['disable_custom_urls']) {