diff --git a/static/js/app.js b/static/js/app.js index 86feb64..f26ce8f 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -85,13 +85,13 @@ class PairingMethodPicker extends Component { return html` ` @@ -154,7 +154,7 @@ class PrivateIpAddress extends Component { ${(pairing_method == PairingMethod.STADIA) && html` - + `} ${(pairing_method == PairingMethod.DEFAULT && state.lock_host) && html` @@ -193,7 +193,7 @@ class PairingCode extends Component { return html` ${[PairingMethod.DEFAULT, PairingMethod.STADIA].indexOf(pairing_method) > -1 && html` - !/[0-9]/.test(e.key) && e.preventDefault()} onChange=${this.onChange} /> + !/[0-9]/.test(e.key) && e.preventDefault()} onChange=${this.onChange} /> `} ${[PairingMethod.DEFAULT, PairingMethod.STADIA].indexOf(pairing_method) == -1 && html`