Show feeds in PWI (#1984)

zio/stable
dan 2023-11-23 19:43:23 +00:00 committed by GitHub
parent 4272d291a9
commit 7ccbd14d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 [