diff --git a/web/src/components/ui/select.tsx b/web/src/components/ui/select.tsx index dfa723501..83c406fa6 100644 --- a/web/src/components/ui/select.tsx +++ b/web/src/components/ui/select.tsx @@ -130,13 +130,6 @@ const SelectItem = React.forwardRef< )} {...props} > - {!hideCheck && ( - - - - - - )} {!selected && Icon && (