hide lists tab correctly

This commit is contained in:
Hailey
2024-06-07 09:30:26 -07:00
parent a8dd1e1ae3
commit 2de2e44ed6
+3 -1
View File
@@ -53,9 +53,11 @@ export function StarterPackScreen({
const items = [
...(starterPack.list ? ['People'] : []),
...(starterPack.feeds ? ['Feeds'] : []),
...(starterPack.feeds.length ? ['Feeds'] : []),
]
console.log(starterPack.feeds)
return (
<CenteredView style={[a.h_full_vh]}>
<View style={isWeb ? {minHeight: '100%'} : {height: '100%'}}>