Show feeds in PWI
This commit is contained in:
@@ -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 [
|
||||||
|
|||||||
Reference in New Issue
Block a user