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 39e4406 commit a4288c1Copy full SHA for a4288c1
src/components/PatchUserModal.jsx
@@ -29,9 +29,6 @@ const PatchUserModal = () => {
29
dispatch(updateProfile({ id, userFullName, userEmail }));
30
};
31
32
- // eslint-disable-next-line no-console
33
- console.log(profile);
34
-
35
const isModalOpened = !profile.fullName || !profile.email;
36
37
if (!token || profile.loading) return null;
0 commit comments