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 (