);
};
diff --git a/src/components/Project/Infrastructure/Building.jsx b/src/components/Project/Infrastructure/Building.jsx
index 4f059964..62b8f533 100644
--- a/src/components/Project/Infrastructure/Building.jsx
+++ b/src/components/Project/Infrastructure/Building.jsx
@@ -1,31 +1,38 @@
import React from "react";
-const Building = ( {building, toggleBuilding, expandedBuildings, getContent} ) =>
-{
+const Building = ({
+ building,
+ toggleBuilding,
+ expandedBuildings,
+ getContent,
+}) => {
+ return (
+
+ );
+};
+export default Building;
diff --git a/src/components/Project/Infrastructure/Floor.jsx b/src/components/Project/Infrastructure/Floor.jsx
index 82e7f95c..f12ca1ab 100644
--- a/src/components/Project/Infrastructure/Floor.jsx
+++ b/src/components/Project/Infrastructure/Floor.jsx
@@ -1,29 +1,31 @@
import React from "react";
import WorkArea from "./WorkArea";
-const Floor = ( {floor, workAreas,forBuilding} ) =>
-{
-
- return (
-
+ );
+};
+export default Floor;
diff --git a/src/components/Project/Infrastructure/InfraTable.jsx b/src/components/Project/Infrastructure/InfraTable.jsx
index 969e01fc..9f7bf085 100644
--- a/src/components/Project/Infrastructure/InfraTable.jsx
+++ b/src/components/Project/Infrastructure/InfraTable.jsx
@@ -73,7 +73,6 @@ const InfraTable = ({ buildings }) => {
}
};
-
const handleClearComplete = () => {
setClearTrigger(false);
};
@@ -91,8 +90,11 @@ const InfraTable = ({ buildings }) => {
) : (
-
- No floors have been added yet. Please add floors to start managing your building.
+
+
+ No floors have been added yet. Start by adding floors to manage
+ this building.
+
|