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) => ( - - + + )) }