diff --git a/components/common/Select/index.tsx b/components/common/Select/index.tsx index 5e41a1d0..faa178c5 100644 --- a/components/common/Select/index.tsx +++ b/components/common/Select/index.tsx @@ -100,14 +100,12 @@ const Select = React.forwardRef(function select( placeholder={props.placeholder} ref={forwardedRef} > - {props.icon ? {props.icon.alt} : ''} + {props.icon?.src && {props.icon.alt}} - {!props.disabled ? ( + {!props.disabled && ( - ) : ( - '' )}