Add 'my feeds' tab

This commit is contained in:
Paul Frazee 2023-05-17 20:33:58 -05:00
parent c55ce6de02
commit f0003d1931
5 changed files with 198 additions and 24 deletions

View file

@ -37,6 +37,7 @@ export const FeedsTabBar = observer(
'Following',
"What's hot",
...store.me.savedFeeds.listOfPinnedFeedNames,
'My feeds',
],
[store.me.savedFeeds.listOfPinnedFeedNames],
)