mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-13 22:54:15 +01:00
fixed account ui when not enabled
This commit is contained in:
parent
660a1947cc
commit
9989f944c3
@ -52,7 +52,9 @@ class Account extends Component {
|
||||
|
||||
createElement() {
|
||||
if (!this.enabled) {
|
||||
return null;
|
||||
return html`
|
||||
<div></div>
|
||||
`;
|
||||
}
|
||||
const user = this.state.user;
|
||||
const translate = this.state.translate;
|
||||
|
Loading…
Reference in New Issue
Block a user