diff options
Diffstat (limited to 'src/view/com/pager/FeedsTabBarMobile.tsx')
-rw-r--r-- | src/view/com/pager/FeedsTabBarMobile.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/pager/FeedsTabBarMobile.tsx b/src/view/com/pager/FeedsTabBarMobile.tsx index ab8f98309..c79dad4df 100644 --- a/src/view/com/pager/FeedsTabBarMobile.tsx +++ b/src/view/com/pager/FeedsTabBarMobile.tsx @@ -37,6 +37,7 @@ export const FeedsTabBar = observer( 'Following', "What's hot", ...store.me.savedFeeds.listOfPinnedFeedNames, + 'My feeds', ], [store.me.savedFeeds.listOfPinnedFeedNames], ) |