From 9bc8d484157fa9f8466e6068e141ec5a45f0e166 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Wed, 7 Jun 2023 20:57:10 +0100 Subject: [PATCH] fix: leading none in shell (#9404) --- packages/features/shell/Shell.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index 95cd733d54..8ae5284629 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -341,11 +341,11 @@ function UserDropdown({ small }: { small?: boolean }) { {!small && ( - - + + {user.name || "Nameless User"} - + {user.username ? process.env.NEXT_PUBLIC_WEBSITE_URL === "https://cal.com" ? `cal.com/${user.username}`