From c96dd7cfdf591152a095710caeb7a684c0d93bc3 Mon Sep 17 00:00:00 2001 From: YOOJS1205 Date: Fri, 2 Feb 2024 17:57:28 +0900 Subject: [PATCH 1/4] =?UTF-8?q?=EB=AA=A8=EB=8B=AC=20=ED=85=8D=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20=EC=83=89=EC=83=81,=20=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=EB=86=92=EC=9D=B4=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/Modal/index.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/common/Modal/index.tsx b/src/components/common/Modal/index.tsx index e21c374a..b138b863 100644 --- a/src/components/common/Modal/index.tsx +++ b/src/components/common/Modal/index.tsx @@ -31,15 +31,16 @@ export default function Modal({

{text}

{subText}

-
+
{controls.map(({ buttonText, buttonHandler }, index) => (