remove logs

This commit is contained in:
Ansh Nanda 2023-08-28 13:39:24 -07:00
parent edfd326069
commit c4cf288296
2 changed files with 0 additions and 2 deletions

View file

@ -15,7 +15,6 @@ export const RecommendedFeeds = observer(({navigation}: Props) => {
const next = () => {
const nextScreenName = store.onboarding.nextScreenName()
console.log('nextScreenName', store.onboarding.nextScreenName())
if (nextScreenName) {
navigation.navigate(nextScreenName)
}