diff --git a/packages/web/components/nav-containers/home.tsx b/packages/web/components/nav-containers/home.tsx index 4ff835594..b5069f2bb 100644 --- a/packages/web/components/nav-containers/home.tsx +++ b/packages/web/components/nav-containers/home.tsx @@ -74,7 +74,8 @@ export function HomeContainer(): JSX.Element { > {homeData.sections?.map((homeSection, idx) => { if (homeSection.items.length < 1) { - return <> + console.log('empty home section: ', homeSection) + return } switch (homeSection.layout) { case 'just_added': @@ -110,7 +111,8 @@ export function HomeContainer(): JSX.Element { /> ) default: - return <> + console.log('unknown home section: ', homeSection) + return } })} @@ -629,28 +631,34 @@ const TopPicksItemView = ( {props.homeItem.canSave && ( - )} - {/* */} - {props.homeItem.canArchive && ( )} {props.homeItem.canShare && ( - )}