From 0c27f5445d83d2e7e72f25a825811cb5e1fce748 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 15 Aug 2022 14:53:57 +0800 Subject: [PATCH] Remove empty arrow function --- packages/web/components/templates/library/LibraryList.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/web/components/templates/library/LibraryList.tsx b/packages/web/components/templates/library/LibraryList.tsx index 2bec7a270..c65ad80d6 100644 --- a/packages/web/components/templates/library/LibraryList.tsx +++ b/packages/web/components/templates/library/LibraryList.tsx @@ -38,7 +38,7 @@ export function LibraryList(props: LibraryListProps): JSX.Element { return ( { - + console.log('onAddLinkClicked') }} /> ) @@ -49,7 +49,6 @@ export function LibraryList(props: LibraryListProps): JSX.Element {