diff --git a/apps/www/src/components/feat/waitlist/waitlist-page.tsx b/apps/www/src/components/feat/waitlist/waitlist-page.tsx index 9044c61..24c7089 100644 --- a/apps/www/src/components/feat/waitlist/waitlist-page.tsx +++ b/apps/www/src/components/feat/waitlist/waitlist-page.tsx @@ -131,7 +131,7 @@ export function UserInformation({ discordPage }: { discordPage?: boolean }) { {discordData !== undefined && discordData !== null && (
- Discord linked as {discordData.global_name} + Discord linked as {discordData.global_name ?? discordData.username} @{discordData.username}