From e01d3a9f7dacf56ad29667626220e46b519a98df Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Wed, 17 Jan 2024 09:52:46 +0700 Subject: [PATCH] cleanup unused code select UI --- uikit/src/select/index.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/uikit/src/select/index.tsx b/uikit/src/select/index.tsx index 7f60f301c..d1dcc0955 100644 --- a/uikit/src/select/index.tsx +++ b/uikit/src/select/index.tsx @@ -117,11 +117,6 @@ const SelectItem = React.forwardRef< className={twMerge('select-item', className)} {...props} > - {/* - - - - */} {children} ))