diff --git a/src/components/Project/Infrastructure/WorkItem.jsx b/src/components/Project/Infrastructure/WorkItem.jsx index f3964d71..42a5671f 100644 --- a/src/components/Project/Infrastructure/WorkItem.jsx +++ b/src/components/Project/Infrastructure/WorkItem.jsx @@ -124,7 +124,7 @@ const WorkItem = ({ workItem, forBuilding, forFloor, forWorkArea }) => { > - +
{!projectId && ManageTasks && (
- -
- {ManageInfra && ( - <> - - - - -
- {" "} - - {" "} - Edit - - - {" "} - Delete - - {!projectId && ( - - {" "} - Assign - - )} -
- - )} -
- );