From fcaeabf07d10dcb09a64d4b11ca4890a54844d63 Mon Sep 17 00:00:00 2001 From: Wahyu Kurniawan Date: Tue, 27 Feb 2024 11:36:14 +0700 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor:=20update=20pr=20?= =?UTF-8?q?review?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shared/Select/SelectItem/SelectItem.tsx | 2 +- packages/frontend/src/pages/components/index.tsx | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/packages/frontend/src/components/shared/Select/SelectItem/SelectItem.tsx b/packages/frontend/src/components/shared/Select/SelectItem/SelectItem.tsx index 3b2b683d..a6bbc487 100644 --- a/packages/frontend/src/components/shared/Select/SelectItem/SelectItem.tsx +++ b/packages/frontend/src/components/shared/Select/SelectItem/SelectItem.tsx @@ -48,7 +48,7 @@ const SelectItem = forwardRef( ); } return null; - }, [rightIcon]); + }, [rightIcon, theme, cloneIcon, cn, selected]); return (
  • { const [singleDate, setSingleDate] = useState(); @@ -274,7 +273,7 @@ const Page: React.FC = () => { {/* Dropdown */}

    Dropdown / Select

    - {} +