From b33f7d8d20b8fcfb7bc1f37f8738c48be06cf115 Mon Sep 17 00:00:00 2001 From: Zakharov_Rostislav Date: Fri, 22 Dec 2023 12:22:53 +0400 Subject: [PATCH] some minor fixes --- ReactLibrary/src/components/users/userPage/UserObjectHook.js | 2 +- ReactLibrary/src/components/users/userPage/UserPageInfo.jsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ReactLibrary/src/components/users/userPage/UserObjectHook.js b/ReactLibrary/src/components/users/userPage/UserObjectHook.js index c66f578..f345d10 100644 --- a/ReactLibrary/src/components/users/userPage/UserObjectHook.js +++ b/ReactLibrary/src/components/users/userPage/UserObjectHook.js @@ -15,4 +15,4 @@ const useUserObject = () => { }; }; -export default useUserObject; \ No newline at end of file +export default useUserObject; diff --git a/ReactLibrary/src/components/users/userPage/UserPageInfo.jsx b/ReactLibrary/src/components/users/userPage/UserPageInfo.jsx index 0e7b7f5..e7f9836 100644 --- a/ReactLibrary/src/components/users/userPage/UserPageInfo.jsx +++ b/ReactLibrary/src/components/users/userPage/UserPageInfo.jsx @@ -4,7 +4,6 @@ import useAuthorization from '../context_hooks/AuthorizationHook'; import useUserObject from './UserObjectHook'; const UserPageInfo = () => { - debugger; // const id = parseInt(localStorage.getItem('userId'), 10); const { userLogout } = useAuthorization(); return (