Update realm fallback to game_developer

cgen-7ed817fa8e0a4759b9959ca9a444f535
This commit is contained in:
Builder.io 2025-10-04 21:14:17 +00:00
parent e233e7471c
commit 11e0e463e3

View file

@ -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;