From baf91181b26ef1ed0e3573e456960b87aa71eceb Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Wed, 4 Feb 2026 12:40:16 +0300 Subject: [PATCH] fix: add People Chain deps to AccountBalance useEffect for proper balance fetch --- web/src/components/AccountBalance.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/AccountBalance.tsx b/web/src/components/AccountBalance.tsx index c4565add..f771676f 100644 --- a/web/src/components/AccountBalance.tsx +++ b/web/src/components/AccountBalance.tsx @@ -556,7 +556,7 @@ export const AccountBalance: React.FC = () => { if (unsubscribeUsdt) unsubscribeUsdt(); }; // eslint-disable-next-line react-hooks/exhaustive-deps - }, [api, assetHubApi, isApiReady, isAssetHubReady, selectedAccount]); + }, [api, assetHubApi, peopleApi, isApiReady, isAssetHubReady, isPeopleReady, selectedAccount]); if (!selectedAccount) { return (