diff --git a/src/js/components/Select/Option.tsx b/src/js/components/Select/Option.tsx index 48ff883dc..5f9fa2734 100644 --- a/src/js/components/Select/Option.tsx +++ b/src/js/components/Select/Option.tsx @@ -10,7 +10,7 @@ type Props = { export function Option({ children, href, className, onClick }: Props) { return ( - + {children as string} );