diff --git a/src/components/Select.tsx b/src/components/Select.tsx index b905f0a..4214c26 100644 --- a/src/components/Select.tsx +++ b/src/components/Select.tsx @@ -6,7 +6,7 @@ import { HiddenSelect, useButton, mergeProps, - useFocusRing + useFocusRing, } from "react-aria"; // import { SelectorIcon } from "@heroicons/react/solid"; import ChevronDown from "@spectrum-icons/workflow/ChevronDown"; @@ -56,6 +56,7 @@ export function Select(props: AriaSelectProps) { > (props: AriaSelectProps) { : "Select an option"}