diff --git a/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/SbItem.jsx b/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/SbItem.jsx
index 8912f76..748b9ae 100644
--- a/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/SbItem.jsx
+++ b/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/SbItem.jsx
@@ -30,7 +30,7 @@ const SbItem = ({item, openDocCode, updateDocCode}) => {
{icon1}{icon2} {(item.doc_level === 1?'':item.doc_code)+' '+item.doc_code_name}
{item.childrens.map((child) => (
-
+
))}
diff --git a/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/ViewerTree.jsx b/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/ViewerTree.jsx
index 0ae311e..dfce886 100644
--- a/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/ViewerTree.jsx
+++ b/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/ViewerTree.jsx
@@ -38,7 +38,7 @@ function ViewerTree({docCode, updateDocCode, setTreeLoading}){
return (
{tree.map((subItem) =>
-
+
)}
);