From 6b37f5bbc30879b24b84b3e2fa632f80bc419e83 Mon Sep 17 00:00:00 2001 From: Bishwajeet Parhi Date: Mon, 16 Dec 2024 16:20:27 +0530 Subject: [PATCH] fix fix --- packages/mobile/src/hooks/feed/post/usePostsInfinite.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mobile/src/hooks/feed/post/usePostsInfinite.ts b/packages/mobile/src/hooks/feed/post/usePostsInfinite.ts index b47d8972..ebcb83fb 100644 --- a/packages/mobile/src/hooks/feed/post/usePostsInfinite.ts +++ b/packages/mobile/src/hooks/feed/post/usePostsInfinite.ts @@ -34,7 +34,7 @@ export const usePostsInfinite = ({ }: usePostsInfiniteProps) => { const dotYouClient = useDotYouClientContext(); const isOwner = !!useAuth().getIdentity(); - const isAuthenticated = isOwner || !!dotYouClient.getLoggedInIdentity(); (); + const isAuthenticated = isOwner || !!dotYouClient.getLoggedInIdentity(); const { data: channels } = useChannels({ isAuthenticated, isOwner }); const fetchBlogData = async ({