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']) {