From 8afec901a12c3a714eec11fd82dcdf649a985297 Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Thu, 1 Oct 2020 10:28:23 +0300 Subject: [PATCH] Cleanup Signed-off-by: Lauri Nevala --- src/main/cluster.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/cluster.ts b/src/main/cluster.ts index 0ba2949a63..3e3ba3f6b5 100644 --- a/src/main/cluster.ts +++ b/src/main/cluster.ts @@ -193,7 +193,6 @@ export class Cluster implements ClusterModel { const connectionStatus = await this.getConnectionStatus(); this.online = connectionStatus > ClusterStatus.Offline; this.accessible = connectionStatus == ClusterStatus.AccessGranted; - this.pushState(); } @action