Usability improvements to feeds
This commit is contained in:
parent
f0003d1931
commit
6bf8e72157
8 changed files with 120 additions and 142 deletions
|
@ -36,10 +36,10 @@ export const FeedsTabBar = observer(
|
|||
() => [
|
||||
'Following',
|
||||
"What's hot",
|
||||
...store.me.savedFeeds.listOfPinnedFeedNames,
|
||||
...store.me.savedFeeds.pinnedFeedNames,
|
||||
'My feeds',
|
||||
],
|
||||
[store.me.savedFeeds.listOfPinnedFeedNames],
|
||||
[store.me.savedFeeds.pinnedFeedNames],
|
||||
)
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue