From 28de27b4e9a3dde1256e5261a9f4a1e7a3a228ad Mon Sep 17 00:00:00 2001 From: hyuna Date: Sat, 20 Apr 2024 20:31:57 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EB=93=9C=EB=A1=AD=EB=8B=A4=EC=9A=B4?= =?UTF-8?q?=20width=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dropdown/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dropdown/index.tsx b/src/components/dropdown/index.tsx index 17976c5..98d22af 100644 --- a/src/components/dropdown/index.tsx +++ b/src/components/dropdown/index.tsx @@ -175,7 +175,7 @@ const Dropdown: React.FC = ({ type, onChange }) => { /> {isDropdownVisible && ( -
+
{generateOptions(options())}
)}