diff --git a/src/forge/Information/Pages/selfList.jsx b/src/forge/Information/Pages/selfList.jsx index 76b888abd..f64cb551d 100644 --- a/src/forge/Information/Pages/selfList.jsx +++ b/src/forge/Information/Pages/selfList.jsx @@ -22,7 +22,8 @@ function SelfList(props){ const pathname = props.location.pathname; const { deptId} = props.match.params; const { id , temp , data } = props; - const { sectionCmsTitle } = data; + // const { sectionCmsTitle } = data; + const sectionCmsTitle = data && data.sectionCmsTitle; const limit = 15; useEffect(()=>{