some minor fixes

This commit is contained in:
Zakharov_Rostislav 2023-12-22 12:22:53 +04:00
parent 0302c95582
commit b33f7d8d20
2 changed files with 1 additions and 2 deletions

View File

@ -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 (