cleanup unused code select UI

This commit is contained in:
Faisal Amir 2024-01-17 09:52:46 +07:00
parent 14400452b8
commit e01d3a9f7d

View File

@ -117,11 +117,6 @@ const SelectItem = React.forwardRef<
className={twMerge('select-item', className)}
{...props}
>
{/* <span className="absolute right-2 flex h-3.5 w-3.5 items-center justify-center">
<SelectPrimitive.ItemIndicator>
<CheckIcon className="h-4 w-4" />
</SelectPrimitive.ItemIndicator>
</span> */}
<SelectPrimitive.ItemText>{children}</SelectPrimitive.ItemText>
</SelectPrimitive.Item>
))