mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
fixed menu rendering
This commit is contained in:
@@ -14,7 +14,6 @@ class HomePageElement extends HTMLElement {
|
||||
|
||||
connectedCallback() {
|
||||
this.pingService = new PingService(this.appMain?.appService);
|
||||
if (this.appMain.isAuth) this.getPong();
|
||||
this.update();
|
||||
window.addEventListener("tokenchange", this.update);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user