mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
fixed account ui when not enabled
This commit is contained in:
@@ -52,7 +52,9 @@ class Account extends Component {
|
|||||||
|
|
||||||
createElement() {
|
createElement() {
|
||||||
if (!this.enabled) {
|
if (!this.enabled) {
|
||||||
return null;
|
return html`
|
||||||
|
<div></div>
|
||||||
|
`;
|
||||||
}
|
}
|
||||||
const user = this.state.user;
|
const user = this.state.user;
|
||||||
const translate = this.state.translate;
|
const translate = this.state.translate;
|
||||||
|
|||||||
Reference in New Issue
Block a user