From 35c4eac2495818c8a51029e0d9ca952a5344d9fa Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 14 Mar 2024 12:53:41 -0700 Subject: [PATCH] Show the labels tab on logged out view --- src/view/screens/Profile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/screens/Profile.tsx b/src/view/screens/Profile.tsx index f464760ad7..310fa637b2 100644 --- a/src/view/screens/Profile.tsx +++ b/src/view/screens/Profile.tsx @@ -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