diff --git a/src/components/common/FollowingCount.tsx b/src/components/common/FollowingCount.tsx index 7e100066..119f6a3e 100644 --- a/src/components/common/FollowingCount.tsx +++ b/src/components/common/FollowingCount.tsx @@ -38,7 +38,7 @@ export const FollowingCount = ({ } onClick={() => setIsFollowListOpen(true)} > - + {subscriptions.data?.pages?.[0]?.count || 0} {" "} {t("Followers")} @@ -46,7 +46,7 @@ export const FollowingCount = ({