From 7f77a4273ca17b708b27cd892457c362e7698da9 Mon Sep 17 00:00:00 2001 From: dvelo <52332868+DeveloLongScript@users.noreply.github.com> Date: Wed, 21 May 2025 21:17:52 -0500 Subject: [PATCH] fix: discord name if no global --- apps/www/src/components/feat/waitlist/waitlist-page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}