From ee6b850bc4fafa5ea7c08ab98936555b4d649d32 Mon Sep 17 00:00:00 2001 From: thkim Date: Fri, 23 Feb 2024 17:29:17 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EA=B4=80=EB=A6=AC=EC=9E=90=20-=20?= =?UTF-8?q?=ED=99=98=EA=B2=BD=EC=84=A4=EC=A0=95=20-=20=EC=9C=84=EC=9B=90?= =?UTF-8?q?=ED=9A=8C=20=EC=BD=94=EB=93=9C=EA=B4=80=EB=A6=AC=20=EB=AA=A9?= =?UTF-8?q?=EB=A1=9D=EC=97=90=EC=84=9C=20'=EC=9C=84=EC=9B=90=ED=9A=8C=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=EC=A0=95=EB=B3=B4'=20input=20=EB=84=93?= =?UTF-8?q?=EC=9D=B4=20=EB=B3=80=EA=B2=BD=20=EA=B1=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/list/ListLabelInputs.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/egovframe-template-simple-react-contribution/src/components/list/ListLabelInputs.jsx b/egovframe-template-simple-react-contribution/src/components/list/ListLabelInputs.jsx index 122b64f..170e358 100644 --- a/egovframe-template-simple-react-contribution/src/components/list/ListLabelInputs.jsx +++ b/egovframe-template-simple-react-contribution/src/components/list/ListLabelInputs.jsx @@ -50,8 +50,8 @@ function ListLabelInputs(props) { { items && Object.entries(items).map(([key, value], index) => ( - - + + )) }