diff --git a/static/app/components/core/select/select.tsx b/static/app/components/core/select/select.tsx index 38183063c8ab62..5831e2279acf27 100644 --- a/static/app/components/core/select/select.tsx +++ b/static/app/components/core/select/select.tsx @@ -534,7 +534,7 @@ function SelectPicker({ Component = ReactSelect; } - return ; + return ; } // XXX (tkdodo): this type assertion is a leftover from when we had forwardRef