diff --git a/packages/web/components/templates/library/LibraryList.tsx b/packages/web/components/templates/library/LibraryList.tsx index f0b55a805..d104bf572 100644 --- a/packages/web/components/templates/library/LibraryList.tsx +++ b/packages/web/components/templates/library/LibraryList.tsx @@ -100,7 +100,7 @@ export function LibraryList(): JSX.Element { item={linkedItem.node} viewer={viewerData.me} handleAction={(action: LinkedItemCardAction) => { - + console.log('card clicked') }} /> )}