From a78c4b90db25fe7800d4ac260b4a9f82171b7459 Mon Sep 17 00:00:00 2001 From: "ashutosh.nehete" Date: Tue, 8 Apr 2025 14:58:00 +0530 Subject: [PATCH] Fixed the error "project not found" in daily task planning --- src/components/Activities/InfraPlanning.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Activities/InfraPlanning.jsx b/src/components/Activities/InfraPlanning.jsx index d3b16d41..236b209c 100644 --- a/src/components/Activities/InfraPlanning.jsx +++ b/src/components/Activities/InfraPlanning.jsx @@ -49,7 +49,7 @@ const InfraPlanning = () => {!project_listLoader && projects?.filter(project => LoggedUser?.projects?.map(Number).includes(project.id)).map((project)=>( - + ))}