Show feeds in PWI

This commit is contained in:
Dan Abramov
2023-11-23 03:09:34 +00:00
parent 4272d291a9
commit 32ab823c0c
+1 -1
View File
@@ -157,7 +157,7 @@ function ProfileScreenLoaded({
const isMe = profile.did === currentAccount?.did const isMe = profile.did === currentAccount?.did
const showRepliesTab = hasSession const showRepliesTab = hasSession
const showLikesTab = isMe const showLikesTab = isMe
const showFeedsTab = hasSession && (isMe || extraInfoQuery.data?.hasFeedgens) const showFeedsTab = isMe || extraInfoQuery.data?.hasFeedgens
const showListsTab = hasSession && (isMe || extraInfoQuery.data?.hasLists) const showListsTab = hasSession && (isMe || extraInfoQuery.data?.hasLists)
const sectionTitles = useMemo<string[]>(() => { const sectionTitles = useMemo<string[]>(() => {
return [ return [