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