diff --git a/src/@/components/BookmarkForm.tsx b/src/@/components/BookmarkForm.tsx index 52057e0..05fc9bf 100644 --- a/src/@/components/BookmarkForm.tsx +++ b/src/@/components/BookmarkForm.tsx @@ -27,7 +27,7 @@ import { Toaster } from './ui/Toaster.tsx'; import { getCollections } from '../lib/actions/collections.ts'; import { getTags } from '../lib/actions/tags.ts'; import { X } from 'lucide-react'; -import { Popover, PopoverContent, PopoverTrigger } from './ui/Popover.tsx'; +import { Popover, PopoverTrigger } from './ui/Popover.tsx'; import { CaretSortIcon } from '@radix-ui/react-icons'; import { Command, @@ -233,7 +233,7 @@ const BookmarkForm = () => { - {!openOptions && openCollections ? ( + {openCollections ? (