Skip to content

Commit

Permalink
Hailey's fix for incorrect profile tabs
Browse files Browse the repository at this point in the history
Co-authored-by: Hailey <[email protected]>
  • Loading branch information
estrattonbailey and haileyok authored Mar 18, 2024
1 parent 98c2a6a commit 3c80f47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view/screens/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ function ProfileScreenLoaded({
return [
showFiltersTab ? _(msg`Labels`) : undefined,
showPostsTab ? _(msg`Posts`) : undefined,
showListsTab && profile.associated?.labeler ? _(msg`Lists`) : undefined,
showRepliesTab ? _(msg`Replies`) : undefined,
showMediaTab ? _(msg`Media`) : undefined,
showLikesTab ? _(msg`Likes`) : undefined,
Expand Down

0 comments on commit 3c80f47

Please sign in to comment.