Fixed the error "project not found" in daily task planning
This commit is contained in:
parent
ce40105ae5
commit
23486cbec6
@ -49,7 +49,7 @@ const InfraPlanning = () =>
|
||||
|
||||
{!project_listLoader && projects?.filter(project =>
|
||||
LoggedUser?.projects?.map(Number).includes(project.id)).map((project)=>(
|
||||
<option value={project.id}>{project.name}</option>
|
||||
<option key={project.id} value={project.id}>{project.name}</option>
|
||||
))}
|
||||
</select>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user