Fix linting error
This commit is contained in:
parent
f4bbfc4aeb
commit
dccc9dc42f
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ module.exports = React.createClass({
|
||||||
<input className="mx_Login_submit" type="button" onClick={this.props.onComplete}
|
<input className="mx_Login_submit" type="button" onClick={this.props.onComplete}
|
||||||
value={_t('Return to login screen')} />
|
value={_t('Return to login screen')} />
|
||||||
</div>
|
</div>
|
||||||
)
|
);
|
||||||
} else {
|
} else {
|
||||||
let serverConfigSection;
|
let serverConfigSection;
|
||||||
if (!SdkConfig.get()['disable_custom_urls']) {
|
if (!SdkConfig.get()['disable_custom_urls']) {
|
||||||
|
|
Loading…
Reference in a new issue