From e9fafaf744ed0ae6e86573539f3ca35b0cc53ce6 Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 17 Jun 2024 17:18:16 -0700 Subject: [PATCH] tweak --- src/screens/StarterPack/StarterPackScreen.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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}) => (