Skip to content

Commit

Permalink
get rid of name
Browse files Browse the repository at this point in the history
  • Loading branch information
ingawei committed Sep 18, 2024
1 parent 6081997 commit ffb4c05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/components/nav/profile-summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export function ProfileSummary(props: { user: User; className?: string }) {
/>
<div className="mr-1 w-2 shrink-[2]" />
<div className="shrink-0 grow">
{!SPICE_PRODUCTION_ENABLED && <div>{user.name}</div>}
<div className="flex items-center text-sm">
<CoinNumber
amount={user?.balance}
Expand Down

0 comments on commit ffb4c05

Please sign in to comment.