diff --git a/src/components/Project/AboutProject.jsx b/src/components/Project/AboutProject.jsx
index 438de6be..b358e8c8 100644
--- a/src/components/Project/AboutProject.jsx
+++ b/src/components/Project/AboutProject.jsx
@@ -12,7 +12,7 @@ const AboutProject = ({ data }) => {
Profile
-
+
-
Start Date:{" "}
@@ -41,27 +41,17 @@ const AboutProject = ({ data }) => {
Contact:{" "}
{data.contactPerson}
- -
-
- Address:{" "}
-
-
- {/*
- Contacts
- */}
-
diff --git a/src/components/Project/Infrastructure/BuildingModel.jsx b/src/components/Project/Infrastructure/BuildingModel.jsx
index bc72c682..395fbbe1 100644
--- a/src/components/Project/Infrastructure/BuildingModel.jsx
+++ b/src/components/Project/Infrastructure/BuildingModel.jsx
@@ -47,7 +47,7 @@ const BuildingModel = ({
}
return () => {
- setValue("name", null);
+ setValue("name", "");
};
}, [clearTrigger, onClearComplete, editingBuilding, project?.id]);
@@ -199,3 +199,5 @@ const BuildingModel = ({
};
export default BuildingModel;
+
+
diff --git a/src/components/Project/Infrastructure/InfraTable.jsx b/src/components/Project/Infrastructure/InfraTable.jsx
index 91250657..30410c6c 100644
--- a/src/components/Project/Infrastructure/InfraTable.jsx
+++ b/src/components/Project/Infrastructure/InfraTable.jsx
@@ -31,7 +31,7 @@ const InfraTable = ({ buildings }) => {
{
building: null,
floor: {
- id: data.id || "0",
+ id: data.id || null,
floorName: data.floorName,
buildingId: data.buildingId,
},
diff --git a/src/pages/Activities/AttendancePage.jsx b/src/pages/Activities/AttendancePage.jsx
index d8ac6830..85ec52fe 100644
--- a/src/pages/Activities/AttendancePage.jsx
+++ b/src/pages/Activities/AttendancePage.jsx
@@ -161,6 +161,7 @@ const AttendancePage = () => {
)}
+
-
-
@@ -216,6 +217,7 @@ const AttendancePage = () => {
>
)}
+
{activeTab === "logs" && (