diff --git a/src/components/PatchUserModal.jsx b/src/components/PatchUserModal.jsx index 783811b..70acdeb 100644 --- a/src/components/PatchUserModal.jsx +++ b/src/components/PatchUserModal.jsx @@ -29,9 +29,6 @@ const PatchUserModal = () => { dispatch(updateProfile({ id, userFullName, userEmail })); }; - // eslint-disable-next-line no-console - console.log(profile); - const isModalOpened = !profile.fullName || !profile.email; if (!token || profile.loading) return null;