diff --git a/src/components/Project/Infrastructure/InfraTable.jsx b/src/components/Project/Infrastructure/InfraTable.jsx index 2198f957..354c36a4 100644 --- a/src/components/Project/Infrastructure/InfraTable.jsx +++ b/src/components/Project/Infrastructure/InfraTable.jsx @@ -110,7 +110,6 @@ const InfraTable = ({ buildings }) => { useEffect(() => { if (buildings && buildings.length > 0) { setProjectBuilding(buildings); - // Automatically expand the first building setExpandedBuildings([buildings[0].id]); } }, [buildings]);