visible assign task button in mobile view

This commit is contained in:
Pramod Mahajan 2025-05-14 22:36:44 +05:30
parent f8eed8dd50
commit eb9ae735ba

View File

@ -266,7 +266,7 @@ const WorkItem = ({
></i> ></i>
<ul className="dropdown-menu dropdown-menu-start"> <ul className="dropdown-menu dropdown-menu-start">
{!projectId && ManageTasks && PlannedWork !== CompletedWork && ( {!projectId && ManageAndAssignTak && PlannedWork !== CompletedWork && (
<li> <li>
<a <a
className="dropdown-item d-flex align-items-center" className="dropdown-item d-flex align-items-center"