From 3c966bb346822c6a90110dba9a7abde97e1d4921 Mon Sep 17 00:00:00 2001 From: RenatoDiGiacomo Date: Wed, 20 Jul 2022 14:30:16 -0300 Subject: [PATCH] Update --- frontend/src/layout/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/layout/index.js b/frontend/src/layout/index.js index bf1bdec..353899e 100644 --- a/frontend/src/layout/index.js +++ b/frontend/src/layout/index.js @@ -12,7 +12,7 @@ const LoggedInLayout = ({ children }) => { handleLogout(); }; const { user } = React.useContext(AuthContext); - + console.log(user.name); if (loading) { return ;