From f1772f46254eb6df9bdefe39987bb008273fe7c5 Mon Sep 17 00:00:00 2001 From: H0llyW00dzZ Date: Tue, 14 Nov 2023 15:04:03 +0700 Subject: [PATCH] Fix UI/UX Page [Settings] [+] fix(settings.tsx): fix condition to show balance query in settings component [+] fix(settings.tsx): add condition to hide balance query for app clients --- app/components/settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/settings.tsx b/app/components/settings.tsx index 178fcec57..1edb3c6ba 100644 --- a/app/components/settings.tsx +++ b/app/components/settings.tsx @@ -1052,7 +1052,7 @@ export function Settings() { )} - {!shouldHideBalanceQuery ? ( + {!shouldHideBalanceQuery && !clientConfig?.isApp ? (