diff --git a/src/forge/Information/Pages/source.jsx b/src/forge/Information/Pages/source.jsx index 40159495a..d4fe165a0 100644 --- a/src/forge/Information/Pages/source.jsx +++ b/src/forge/Information/Pages/source.jsx @@ -86,40 +86,45 @@ function Source(props){
-
- { - zoneList && zoneList.length>0&& - - } - { - typeList && typeList.length>0 && - - } -
+ { + (zoneList && zoneList.length>0 ) || (typeList && typeList.length >0 ) ? +
+ { + zoneList && zoneList.length>0 && + + } + { + typeList && typeList.length>0 && + + } +
+ :"" + } +
{