some minor fixes
This commit is contained in:
parent
0302c95582
commit
b33f7d8d20
@ -15,4 +15,4 @@ const useUserObject = () => {
|
||||
};
|
||||
};
|
||||
|
||||
export default useUserObject;
|
||||
export default useUserObject;
|
||||
|
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user