From e3fd98e47c00679675be52eed94f64217f99a4c4 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 16 Aug 2024 10:47:48 +0800 Subject: [PATCH] More debugging --- packages/web/components/templates/library/LibraryContainer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/web/components/templates/library/LibraryContainer.tsx b/packages/web/components/templates/library/LibraryContainer.tsx index 97d43f8aa..5b5733dcd 100644 --- a/packages/web/components/templates/library/LibraryContainer.tsx +++ b/packages/web/components/templates/library/LibraryContainer.tsx @@ -158,6 +158,7 @@ export function LibraryContainer(props: LibraryContainerProps): JSX.Element { }, [router.asPath]) const libraryItems = useMemo(() => { + console.log('library items: ', itemsPages) const items = itemsPages?.pages .flatMap((ad: LibraryItems) => {