Skip to content

Commit

Permalink
fix: more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Jun 25, 2024
1 parent 5c0fadb commit 3a67927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/library-authoring/LibraryHome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const LibraryHome = ({ libraryId }) => {
<LibraryCollections />
</Section>
<Section title={`Components (${componentCount})`}>
<LibraryComponents libraryId={libraryId} filter={filter} variant="preview" />
<LibraryComponents libraryId={libraryId} variant="preview" />
</Section>
</Stack>
);
Expand Down
1 change: 1 addition & 0 deletions src/library-authoring/components/LibraryComponents.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const LibraryComponents = ({
isFetchingNextPage,
hasNextPage,
fetchNextPage,
searchKeywords,
} = useSearchContext();

const { componentList, tagCounts } = useMemo(() => {
Expand Down

0 comments on commit 3a67927

Please sign in to comment.