change(ui) - removed log

This commit is contained in:
Shekar Siri 2023-02-03 13:17:13 +01:00
parent ca4d8e10d8
commit 891ea86182

View file

@ -28,7 +28,6 @@ function UserList(props: Props) {
// });
// return _list;
// };
console.log(users)
const getList = (list) => filterList(list, searchQuery, ['email', 'roleName', 'name'])
const list: any = searchQuery !== '' ? getList(users) : users;