Some fixes

This commit is contained in:
Paul Frazee 2023-05-18 17:36:16 -05:00
parent 46ed910cda
commit 4fa4c67cc5
2 changed files with 0 additions and 17 deletions

View file

@ -53,7 +53,6 @@ export const HomeScreen = withAuthRequired(
model.setup()
feeds.push(model)
}
pagerRef.current?.setPage(0)
setCustomFeeds(feeds)
}, [store, store.me.savedFeeds.pinned, customFeeds, setCustomFeeds])