From e8efa5d2440917bfae4d47530675c9343c9c2b78 Mon Sep 17 00:00:00 2001 From: abdel mouzahir Date: Tue, 2 Jul 2024 12:04:46 -0600 Subject: [PATCH] console log --- Components/UserGreeting.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Components/UserGreeting.js b/Components/UserGreeting.js index a13f9e3..e7b5603 100644 --- a/Components/UserGreeting.js +++ b/Components/UserGreeting.js @@ -3,6 +3,8 @@ const UserGreeting = () => { const userDisplayName = sessionStorage.getItem("displayName") || "User"; + + console.log(userDisplayName) return (