mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
More debugging
This commit is contained in:
parent
641c64e108
commit
e3fd98e47c
1 changed files with 1 additions and 0 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue