hide lists tab correctly
This commit is contained in:
@@ -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%'}}>
|
||||
|
||||
Reference in New Issue
Block a user