diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index e72ef544f2..c31f6a5554 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -462,8 +462,10 @@ function UserDropdown({ small }: UserDropdownProps) { {!small && ( - - {user.name || "Nameless User"} + + + {user.name || "Nameless User"} +