Skip to content

Commit

Permalink
cleanup unused code select UI
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Jan 17, 2024
1 parent 1440045 commit e01d3a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions uikit/src/select/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
))
Expand Down

0 comments on commit e01d3a9

Please sign in to comment.