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