diff --git a/src/view/screens/Profile.tsx b/src/view/screens/Profile.tsx index 7c0491d52c..48c914054e 100644 --- a/src/view/screens/Profile.tsx +++ b/src/view/screens/Profile.tsx @@ -157,7 +157,7 @@ function ProfileScreenLoaded({ const isMe = profile.did === currentAccount?.did const showRepliesTab = hasSession const showLikesTab = isMe - const showFeedsTab = hasSession && (isMe || extraInfoQuery.data?.hasFeedgens) + const showFeedsTab = isMe || extraInfoQuery.data?.hasFeedgens const showListsTab = hasSession && (isMe || extraInfoQuery.data?.hasLists) const sectionTitles = useMemo(() => { return [