diff --git a/src/components/form/super_select/super_select_control.tsx b/src/components/form/super_select/super_select_control.tsx index acf9a64b1433..3b4aaeb29f1b 100644 --- a/src/components/form/super_select/super_select_control.tsx +++ b/src/components/form/super_select/super_select_control.tsx @@ -7,7 +7,6 @@ */ import React, { - Fragment, FunctionComponent, ButtonHTMLAttributes, ReactNode, @@ -129,7 +128,7 @@ export const EuiSuperSelectControl: ( const showPlaceholder = !!placeholder && !selectedValue; return ( - + <> ( )} - + ); };