diff --git a/src/components/Global/Select/index.tsx b/src/components/Global/Select/index.tsx index 46a78c62d..cb4d9e10f 100644 --- a/src/components/Global/Select/index.tsx +++ b/src/components/Global/Select/index.tsx @@ -44,7 +44,7 @@ const Select = ({ return (
{label &&
{label}
} - + {({ open }) => ( <>