Skip to content

Commit

Permalink
fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
2002Bishwajeet committed Dec 16, 2024
1 parent 4549e09 commit 6b37f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile/src/hooks/feed/post/usePostsInfinite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 ({
Expand Down

0 comments on commit 6b37f5b

Please sign in to comment.