added condition for manageInfr for edit and delete activity

This commit is contained in:
Pramod Mahajan 2025-05-04 19:41:59 +05:30
parent 148f4b79e7
commit 04a25d58f4

View File

@ -140,7 +140,7 @@ const WorkItem = ({ workItem, forBuilding, forFloor, forWorkArea }) => {
</span> </span>
</button> </button>
)} )}
{!projectId && ManageInfra && ( { ManageInfra && (
<> <>
<button <button
aria-label="Modify" aria-label="Modify"