From 04a25d58f41440f993a38f9ef4ea89fc048b6e3e Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Sun, 4 May 2025 19:41:59 +0530 Subject: [PATCH] added condition for manageInfr for edit and delete activity --- src/components/Project/Infrastructure/WorkItem.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Project/Infrastructure/WorkItem.jsx b/src/components/Project/Infrastructure/WorkItem.jsx index 2b62a8af..f3964d71 100644 --- a/src/components/Project/Infrastructure/WorkItem.jsx +++ b/src/components/Project/Infrastructure/WorkItem.jsx @@ -140,7 +140,7 @@ const WorkItem = ({ workItem, forBuilding, forFloor, forWorkArea }) => { )} - {!projectId && ManageInfra && ( + { ManageInfra && ( <>