Show the labels tab on logged out view

This commit is contained in:
Paul Frazee
2024-03-14 12:53:41 -07:00
parent b6993d9d0a
commit 35c4eac249
+1 -1
View File
@@ -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