Update realm fallback to game_developer
cgen-7ed817fa8e0a4759b9959ca9a444f535
This commit is contained in:
parent
e233e7471c
commit
11e0e463e3
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ const PassportSummary = ({
|
|||
isSelf,
|
||||
linkedProviders,
|
||||
}: PassportSummaryProps) => {
|
||||
const realm = realmMeta[(profile as any)?.user_type || "community_member"];
|
||||
const realm = realmMeta[(profile as any)?.user_type || "game_developer"];
|
||||
const level = profile.level ?? 1;
|
||||
const totalXp = profile.total_xp ?? 0;
|
||||
const loyaltyPoints = (profile as any)?.loyalty_points ?? 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue