diff --git a/app/apps/client/gameCenter/gameContainer.html b/app/apps/client/gameCenter/gameContainer.html
index 7955cc95577d..55d738ac529c 100644
--- a/app/apps/client/gameCenter/gameContainer.html
+++ b/app/apps/client/gameCenter/gameContainer.html
@@ -23,8 +23,11 @@
{{> loading}}
{{else}}
{{/if}}
diff --git a/app/apps/client/gameCenter/tabBar.ts b/app/apps/client/gameCenter/tabBar.ts
index e7b452c66eb3..a110c45bca12 100644
--- a/app/apps/client/gameCenter/tabBar.ts
+++ b/app/apps/client/gameCenter/tabBar.ts
@@ -14,7 +14,7 @@ addAction('game-center', () => {
const hasError = !!error;
return useMemo(() =>
(enabled
- && state === AsyncStatePhase.LOADING
+ && state === AsyncStatePhase.RESOLVED
&& !hasError
&& hasExternalComponents
? {