Rename Posts & Replies to Replies (#2087)

zio/stable
Paul Frazee 2023-12-04 17:56:41 -08:00 committed by GitHub
parent 74e0b73db5
commit bdb2bfdd83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ function ProfileScreenLoaded({
const sectionTitles = useMemo<string[]>(() => {
return [
'Posts',
showRepliesTab ? 'Posts & Replies' : undefined,
showRepliesTab ? 'Replies' : undefined,
'Media',
showLikesTab ? 'Likes' : undefined,
showFeedsTab ? 'Feeds' : undefined,