From 3a679274649b5ec8ea6d6f736ab0634ff7200ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B4mulo=20Penido?= Date: Tue, 25 Jun 2024 15:16:40 -0300 Subject: [PATCH] fix: more cleanup --- src/library-authoring/LibraryHome.jsx | 2 +- src/library-authoring/components/LibraryComponents.jsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/library-authoring/LibraryHome.jsx b/src/library-authoring/LibraryHome.jsx index b4f380f0f4..8843910336 100644 --- a/src/library-authoring/LibraryHome.jsx +++ b/src/library-authoring/LibraryHome.jsx @@ -55,7 +55,7 @@ const LibraryHome = ({ libraryId }) => {
- +
); diff --git a/src/library-authoring/components/LibraryComponents.jsx b/src/library-authoring/components/LibraryComponents.jsx index 3ef8f27217..d216d9d226 100644 --- a/src/library-authoring/components/LibraryComponents.jsx +++ b/src/library-authoring/components/LibraryComponents.jsx @@ -31,6 +31,7 @@ const LibraryComponents = ({ isFetchingNextPage, hasNextPage, fetchNextPage, + searchKeywords, } = useSearchContext(); const { componentList, tagCounts } = useMemo(() => {