We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7fe8fb commit d4be58fCopy full SHA for d4be58f
app/recap/components/overview.tsx
@@ -61,7 +61,7 @@ export const OverView: FC<Props> = async ({ data }) => {
61
</CardHeader>
62
<CardContent className="pr-24 space-y-1">
63
<div className="text-sm text-muted-foreground font-bold italic truncate">
64
- {data.userProfile.bio && "{data.userProfile.bio}"}
+ {data.userProfile.bio ?? ""}
65
</div>
66
<div className="flex items-center gap-2 text-sm text-muted-foreground truncate">
67
<UsersRound className="h-4 w-4" />
0 commit comments