visible assign task button in mobile view
This commit is contained in:
parent
2ebd1a074f
commit
7d07002555
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user