diff --git a/src/screens/StarterPack/Main/index.tsx b/src/screens/StarterPack/Main/index.tsx index eb2c719431..fa31323164 100644 --- a/src/screens/StarterPack/Main/index.tsx +++ b/src/screens/StarterPack/Main/index.tsx @@ -53,9 +53,11 @@ export function StarterPackScreen({ const items = [ ...(starterPack.list ? ['People'] : []), - ...(starterPack.feeds ? ['Feeds'] : []), + ...(starterPack.feeds.length ? ['Feeds'] : []), ] + console.log(starterPack.feeds) + return (