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 b569877 commit 16945f9Copy full SHA for 16945f9
src/ui/views/UserList/Components/UserList.tsx
@@ -36,7 +36,6 @@ const UserList: React.FC = () => {
36
navigate(`/dashboard/admin/user/${username}`, { replace: true });
37
38
useEffect(() => {
39
- console.log('LOADING USERS');
40
getUsers(setIsLoading, setData, setAuth, setErrorMessage);
41
}, []);
42
0 commit comments