diff --git a/src/components/Activities/InfraPlanning.jsx b/src/components/Activities/InfraPlanning.jsx index 14e9732f..31466774 100644 --- a/src/components/Activities/InfraPlanning.jsx +++ b/src/components/Activities/InfraPlanning.jsx @@ -28,10 +28,10 @@ const InfraPlanning = () => const {projects_Details, loading: project_deatilsLoader, error: project_error,refetch} = useProjectDetails( selectedProject ) const reloadedData = useSelector( ( store ) => store.localVariables.reload ) - useEffect( () => - { - dispatch(setProjectId(projects[0]?.id)) - }, [ projects ] ) + // useEffect( () => + // { + // dispatch(setProjectId(projects[0]?.id)) + // }, [ projects ] ) useEffect( () => {