From abbe85b80387916357d1d26590a4f360d4386aef Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 30 Jan 2023 07:46:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20console.log=20?= =?UTF-8?q?=D0=B8=D0=B7=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PatchUserModal.jsx | 3 --- 1 file changed, 3 deletions(-) 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;