change(ui) - removed log
This commit is contained in:
parent
ca4d8e10d8
commit
891ea86182
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue