From 97650c049e6e342eae1c2b359450cb6d66eb1642 Mon Sep 17 00:00:00 2001 From: solar3070 <> Date: Mon, 13 Nov 2023 02:41:56 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Fragment=20=EB=8C=80=EC=8B=A0=20div=20?= =?UTF-8?q?=EC=82=AC=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/Select/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/common/Select/index.tsx b/src/components/common/Select/index.tsx index 5b755a78..c7498003 100644 --- a/src/components/common/Select/index.tsx +++ b/src/components/common/Select/index.tsx @@ -41,7 +41,7 @@ export default function Select({ const breakPoint = pageBreakPoint[page]; return ( - <> +
({ ))} )} - +
); }