Skip to content

Commit a4288c1

Browse files
authored
Убрал console.log из компонента (#320)
1 parent 39e4406 commit a4288c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/PatchUserModal.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ const PatchUserModal = () => {
2929
dispatch(updateProfile({ id, userFullName, userEmail }));
3030
};
3131

32-
// eslint-disable-next-line no-console
33-
console.log(profile);
34-
3532
const isModalOpened = !profile.fullName || !profile.email;
3633

3734
if (!token || profile.loading) return null;

0 commit comments

Comments
 (0)