Fix linting error

pull/21833/head
J. Ryan Stinnett 2019-01-23 18:11:34 -06:00
parent f4bbfc4aeb
commit dccc9dc42f
1 changed files with 1 additions and 1 deletions

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