diff --git a/app/ui/account.js b/app/ui/account.js index c9f87469..395cb53b 100644 --- a/app/ui/account.js +++ b/app/ui/account.js @@ -52,20 +52,22 @@ class Account extends Component { createElement() { if (!this.enabled) { - return null; + return html` +
+ `; } const user = this.state.user; const translate = this.state.translate; if (!this.local.loggedIn) { return html` -
- -
+
+ +
`; } return html`