diff --git a/app/app/(admin)/components/users-table.tsx b/app/app/(admin)/components/users-table.tsx index 06971bbd5..756b4bcb8 100644 --- a/app/app/(admin)/components/users-table.tsx +++ b/app/app/(admin)/components/users-table.tsx @@ -63,6 +63,7 @@ function UserTableSearchInput({ users, setUsers, setLoading }: UserInterface) { fetchUsers(); console.log(users, "users1"); + // eslint-disable-next-line react-hooks/exhaustive-deps }, [searchText]); return ( diff --git a/package.json b/package.json index a9eee166d..ae126e960 100644 --- a/package.json +++ b/package.json @@ -57,11 +57,11 @@ }, "devDependencies": { "@tauri-apps/cli": "1.5.11", - "@types/node": "^20.11.30", - "@types/react": "^18.2.70", "@types/bcryptjs": "^2.4.6", "@types/cookie": "^0.6.0", + "@types/node": "^20.11.30", "@types/nodemailer": "^6.4.14", + "@types/react": "^18.2.70", "@types/react-dom": "^18.2.7", "@types/react-highlight-words": "^0.16.7", "@types/react-katex": "^3.0.0", diff --git a/yarn.lock b/yarn.lock deleted file mode 100644 index e69de29bb..000000000