We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69031b commit 334ab18Copy full SHA for 334ab18
frontend/src/components/NormalUsersTable.tsx
@@ -25,6 +25,7 @@ const NormalUsersTable: React.FC = () => {
25
getNormalUsers();
26
}
27
getUsers();
28
+ // eslint-disable-next-line react-hooks/exhaustive-deps
29
}, []);
30
31
useEffect(() => {
0 commit comments