Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaitasaini committed Aug 7, 2024
1 parent c6fa0a2 commit 3c853cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const ProfilePage = () => {
["First Name", given_name!],
["Last Name", family_name!],
["Role", userRole!],
["State", state! || "N/A"],
["State", state || "N/A"],
],
};

Expand Down

0 comments on commit 3c853cf

Please sign in to comment.