From 9989f944c3e09f066690e5a081582dc2c30b1dcf Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Fri, 16 Nov 2018 10:01:53 -0800 Subject: [PATCH] fixed account ui when not enabled --- app/ui/account.js | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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`