diff --git a/src/components/creatorsStaking/utils/GetSubInfoSection.tsx b/src/components/creatorsStaking/utils/GetSubInfoSection.tsx index a3ba0817..74802df6 100644 --- a/src/components/creatorsStaking/utils/GetSubInfoSection.tsx +++ b/src/components/creatorsStaking/utils/GetSubInfoSection.tsx @@ -15,6 +15,8 @@ export const GetSubInfoSection = () => { const { balances, loading } = balancesByAccount || {} const hideInfoSection = useMemo(() => { + if(loading === undefined) return true + const balanceByNetwork = balances?.find((x) => x.network === 'subsocial') || ({} as any)