diff --git a/src/screens/StarterPack/StarterPackScreen.tsx b/src/screens/StarterPack/StarterPackScreen.tsx index 816f70186d..540d735fa2 100644 --- a/src/screens/StarterPack/StarterPackScreen.tsx +++ b/src/screens/StarterPack/StarterPackScreen.tsx @@ -66,7 +66,7 @@ export function StarterPackScreen({ ) } - const items = [ + const tabs = [ ...(starterPack.list ? ['People'] : []), ...(starterPack.feeds?.length ? ['Feeds'] : []), ] @@ -75,12 +75,12 @@ export function StarterPackScreen({ (
)}> - {starterPack.list + {starterPack.list != null ? ({headerHeight, scrollElRef}) => ( ) : null} - {starterPack.feeds + {starterPack.feeds != null ? ({headerHeight, scrollElRef}) => (