diff --git a/lib/components/combobox/custom-option.tsx b/lib/components/combobox/custom-option.tsx index 46e1433..1eaf4b5 100644 --- a/lib/components/combobox/custom-option.tsx +++ b/lib/components/combobox/custom-option.tsx @@ -33,9 +33,9 @@ export const CustomOptionComponent = typedMemo(({ children, ...props }: CustomOp {props.data.icon} - {children} + {children} {props.data.description && ( - + {props.data.description} )} @@ -50,9 +50,9 @@ export const CustomOptionComponent = typedMemo(({ children, ...props }: CustomOp - {children} + {children} {props.data.description && ( - + {props.data.description} )}