diff --git a/client/src/components/users/Users.js b/client/src/components/users/Users.js index a9a81ef..6d6826d 100644 --- a/client/src/components/users/Users.js +++ b/client/src/components/users/Users.js @@ -23,7 +23,6 @@ function Users({ users, loading, fetchUsers, fetchAnalytics }) { }; const handleDeleteUser = async (userId) => { - if (!window.confirm('Are you sure you want to delete this user?')) return; try { await API.users.delete(userId);