Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Oct 12, 2024
1 parent 17c7863 commit 672b56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/app/src/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const UnmemoizedHeader = forwardRef<HTMLDivElement, PropsWithChildren<Header.Pro
const colors = useColors();
const openSearchDialog = useOpenSearchDialog();
const isSearchBoxMounted = useAtomValue(SEARCH_BOX_MOUNTED);
const searchConfig = useSearchConfig();
const searchService = useSearchConfig();
const showSearchBar = useAtomValue(SEARCHBAR_PLACEMENT_ATOM) === "HEADER";

const navbarLinksSection = (
Expand Down

0 comments on commit 672b56a

Please sign in to comment.