diff --git a/src/forge/Information/Pages/headerPagebyCCF.jsx b/src/forge/Information/Pages/headerPagebyCCF.jsx index f1c52bb36..6c2526151 100644 --- a/src/forge/Information/Pages/headerPagebyCCF.jsx +++ b/src/forge/Information/Pages/headerPagebyCCF.jsx @@ -113,7 +113,7 @@ function HeaderPageCCF(props) { newsList.map((i, k) => { return (
{i.name}
+{i.name}
{ i.cmsDocList && i.cmsDocList.length > 0 ? i.cmsDocList.map((j, k) => { @@ -192,7 +192,7 @@ function HeaderPageCCF(props) {