diff --git a/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx b/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx
index eeaa1411f..eab588201 100644
--- a/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx
+++ b/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx
@@ -115,7 +115,7 @@ export function HomeFeedContainer(): JSX.Element {
error: fetchItemsError,
} = useGetLibraryItemsQuery(queryInputs)
- console.log('fetchItemsError: ', fetchItemsError)
+ console.log('fetchItemsError fetchItemsError: ', fetchItemsError)
useEffect(() => {
const handleRevalidate = () => {
@@ -973,6 +973,8 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element {
return true
}, [props])
+ console.log('props.fetchItemsError', props.fetchItemsError)
+
return (
)}
- {props.fetchItemsError && }
- {!props.isValidating && props.items.length <= 0 && (
+ {!showItems && props.fetchItemsError && }
+ {!showItems && !props.fetchItemsError && props.items.length <= 0 && (
{