Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavanakarwade committed Dec 12, 2024
1 parent 7cb1061 commit eab3864
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Profile/DisplayProfileImg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ const DisplayProfileImg = () => {
})
const getUserDetails = async () => {
const userProfile = await getFromLocalStorage(storageKeys.USER_PROFILE)
console.log("🚀 ~ getUserDetails ~ userProfile:", userProfile)
const orgRoles = await getFromLocalStorage(storageKeys.ORG_ROLES)
console.log("🚀 ~ getUserDetails ~ orgRoles:", orgRoles)

if (orgRoles) {
userProfile.roles = orgRoles;
Expand Down

0 comments on commit eab3864

Please sign in to comment.