diff --git a/src/components/Activities/InfraPlanning.jsx b/src/components/Activities/InfraPlanning.jsx index db9e52b6..a0ee3ac3 100644 --- a/src/components/Activities/InfraPlanning.jsx +++ b/src/components/Activities/InfraPlanning.jsx @@ -52,17 +52,39 @@ const InfraPlanning = () => return (
-
-
-
- +
+
+
+ {/*
+
+ +
+ +
*/} +
+ {project_deatilsLoader && (

Loading...

)} + {( !project_deatilsLoader && projects_Details?.buildings.length === 0 ) && (

No Result Found

)} + + + + {(!project_deatilsLoader && projects_Details?.buildings?.length > 0) && ()}
+
); };