Rename Posts & Replies to Replies (#2087)
This commit is contained in:
parent
74e0b73db5
commit
bdb2bfdd83
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue