Show feeds in PWI (#1984)
This commit is contained in:
parent
4272d291a9
commit
7ccbd14d5f
1 changed files with 1 additions and 1 deletions
|
@ -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<string[]>(() => {
|
||||
return [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue