Skip to content

Commit

Permalink
Remove temp paragraph, add temp console log
Browse files Browse the repository at this point in the history
  • Loading branch information
charmcitygavin committed Dec 11, 2023
1 parent 113db94 commit 0cbcc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ui/src/pages/profile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import config from "@/config";

export const Profile = () => {
const { data } = useGetUser();
console.info("user data", data);

// Returns comma-separated string of user role descriptions:
function rolesDescriptions(roles: string | undefined) {
Expand Down Expand Up @@ -64,7 +65,6 @@ export const Profile = () => {
<div className="leading-9">
<h3 className="font-bold">Role</h3>
<p>{rolesDescriptions(data?.user?.["custom:cms-roles"])}</p>
<p>{data?.user?.["custom:cms-roles"]}</p>
</div>

<div className="leading-9">
Expand Down

0 comments on commit 0cbcc7e

Please sign in to comment.