From 745416d5f14820bd0d666cfdc49148796dd629b3 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 12 Aug 2022 12:07:49 +0800 Subject: [PATCH] Fix empty arrow function --- packages/web/components/templates/library/LibraryList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }} /> )}