Skip to content

Commit 334ab18

Browse files
committed
edit eslint
1 parent b69031b commit 334ab18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/NormalUsersTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const NormalUsersTable: React.FC = () => {
2525
getNormalUsers();
2626
}
2727
getUsers();
28+
// eslint-disable-next-line react-hooks/exhaustive-deps
2829
}, []);
2930

3031
useEffect(() => {

0 commit comments

Comments
 (0)