From ffb4c05e4fc6ac84017f83933b6233d61a5fd822 Mon Sep 17 00:00:00 2001 From: ingawei Date: Tue, 17 Sep 2024 20:47:17 -0700 Subject: [PATCH] get rid of name --- web/components/nav/profile-summary.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/components/nav/profile-summary.tsx b/web/components/nav/profile-summary.tsx index 21815151bd..8498e57a93 100644 --- a/web/components/nav/profile-summary.tsx +++ b/web/components/nav/profile-summary.tsx @@ -33,7 +33,6 @@ export function ProfileSummary(props: { user: User; className?: string }) { />
- {!SPICE_PRODUCTION_ENABLED &&
{user.name}
}