Skip to content

Commit

Permalink
console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdelmouzahir committed Jul 2, 2024
1 parent 710f559 commit e8efa5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Components/UserGreeting.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

const UserGreeting = () => {
const userDisplayName = sessionStorage.getItem("displayName") || "User";

console.log(userDisplayName)

return (
<h1 className="text-lg text-black-600 font-bold mt-2 ml-2">
Expand Down

0 comments on commit e8efa5d

Please sign in to comment.