diff --git a/src/app/service-providers/components/DesktopTableFilters.tsx b/src/app/service-providers/components/DesktopTableFilters.tsx index 0bb1978..951ab1c 100644 --- a/src/app/service-providers/components/DesktopTableFilters.tsx +++ b/src/app/service-providers/components/DesktopTableFilters.tsx @@ -4,12 +4,7 @@ import { backgroundVariants, useBackground, } from '@filecoin-foundation/ui-filecoin/Section/Section' -import { - Popover, - PopoverBackdrop, - PopoverButton, - PopoverPanel, -} from '@headlessui/react' +import { Popover, PopoverButton, PopoverPanel } from '@headlessui/react' import { FunnelSimpleIcon } from '@phosphor-icons/react/dist/ssr' import { clsx } from 'clsx' @@ -50,13 +45,11 @@ export function DesktopTableFilters({ options }: DesktopTableFiltersProps) { - -
diff --git a/src/app/warm-storage-service/components/LocationFilter.tsx b/src/app/warm-storage-service/components/LocationFilter.tsx index ec1146c..951b039 100644 --- a/src/app/warm-storage-service/components/LocationFilter.tsx +++ b/src/app/warm-storage-service/components/LocationFilter.tsx @@ -9,7 +9,6 @@ import { import { Fieldset, Popover, - PopoverBackdrop, PopoverButton, PopoverPanel, } from '@headlessui/react' @@ -52,13 +51,11 @@ export function LocationFilter({ options }: LocationFilterProps) { - -