Show the labels tab on logged out view
This commit is contained in:
@@ -170,7 +170,7 @@ function ProfileScreenLoaded({
|
||||
)
|
||||
|
||||
const isMe = profile.did === currentAccount?.did
|
||||
const showFiltersTab = hasSession && profile.associated?.labeler
|
||||
const showFiltersTab = profile.associated?.labeler
|
||||
const showPostsTab = true
|
||||
const showRepliesTab = hasSession
|
||||
const showMediaTab = !profile.associated?.labeler
|
||||
|
||||
Reference in New Issue
Block a user