Skip to content

Commit

Permalink
Merge pull request #25 from namidapoo/namidapoo-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
namidapoo authored Dec 29, 2024
2 parents b7fe8fb + d4be58f commit 8ff75c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/recap/components/overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const OverView: FC<Props> = async ({ data }) => {
</CardHeader>
<CardContent className="pr-24 space-y-1">
<div className="text-sm text-muted-foreground font-bold italic truncate">
{data.userProfile.bio && "{data.userProfile.bio}"}
{data.userProfile.bio ?? ""}
</div>
<div className="flex items-center gap-2 text-sm text-muted-foreground truncate">
<UsersRound className="h-4 w-4" />
Expand Down

0 comments on commit 8ff75c5

Please sign in to comment.