diff --git a/src/components/Project/Infrastructure/InfraTable.jsx b/src/components/Project/Infrastructure/InfraTable.jsx index fb484f6e..77c6f905 100644 --- a/src/components/Project/Infrastructure/InfraTable.jsx +++ b/src/components/Project/Infrastructure/InfraTable.jsx @@ -143,7 +143,7 @@ const InfraTable = ({ buildings, projectId}) => { // }, [handler]); return ( -
+
{projectBuilding && projectBuilding.length > 0 && ( diff --git a/src/components/Project/ProjectInfra.jsx b/src/components/Project/ProjectInfra.jsx index 86195381..0669c136 100644 --- a/src/components/Project/ProjectInfra.jsx +++ b/src/components/Project/ProjectInfra.jsx @@ -90,7 +90,7 @@ const ProjectInfra = ({ data, onDataChange, eachSiteEngineer }) => { id="DataTables_Table_0_length" > {servicesLoading ? ( - Loading... + ) : assignedServices?.length > 1 ? (