Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora committed Jun 18, 2024
1 parent c0e589e commit d2fe955
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/theme/SearchBar/FilterDropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ import {
} from '../../utils/searchConstant';
import clsx from 'clsx';
import styles from './styles.module.css';
import { useAnnouncementBar } from '@docusaurus/theme-common/internal';

export const FilterDropdown = forwardRef(
({ selectedFacets, setSelectedFacets, styleProps = {} }, ref) => {
const { isActive: isAnnouncementBarActive } = useAnnouncementBar();
const actualFacets = allFacets[1];
const [isScrolled, setIsScrolled] = useState(false);

Expand Down

0 comments on commit d2fe955

Please sign in to comment.