From d06cfd97a7f49be22bb0290c1ed549d9de03c33c Mon Sep 17 00:00:00 2001 From: Vikas Nale Date: Sun, 4 May 2025 23:12:40 +0530 Subject: [PATCH] icon issue --- 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 129c65c0..ca70001c 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 && ( + {projectId && ManageInfra && ( <>