removed console
This commit is contained in:
parent
55ed11b55f
commit
6e60c6568e
@ -38,7 +38,6 @@ const Teams = ({ project }) => {
|
||||
ProjectRepository.getProjectAllocation(project.id)
|
||||
.then((response) => {
|
||||
setEmployees(response.data);
|
||||
console.log(response.data);
|
||||
setFilteredEmployees(response.data.filter((emp) => emp.isActive));
|
||||
setEmployeeLoading(false);
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user