pull/10/head
RenatoDiGiacomo 2022-07-20 14:30:16 -03:00
parent 0d0d23657a
commit 3c966bb346
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const LoggedInLayout = ({ children }) => {
handleLogout(); handleLogout();
}; };
const { user } = React.useContext(AuthContext); const { user } = React.useContext(AuthContext);
console.log(user.name);
if (loading) { if (loading) {
return <Loading />; return <Loading />;