Skip to content

Commit d4be58f

Browse files
authored
fix: bioの表示修正
1 parent b7fe8fb commit d4be58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/recap/components/overview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const OverView: FC<Props> = async ({ data }) => {
6161
</CardHeader>
6262
<CardContent className="pr-24 space-y-1">
6363
<div className="text-sm text-muted-foreground font-bold italic truncate">
64-
{data.userProfile.bio && "{data.userProfile.bio}"}
64+
{data.userProfile.bio ?? ""}
6565
</div>
6666
<div className="flex items-center gap-2 text-sm text-muted-foreground truncate">
6767
<UsersRound className="h-4 w-4" />

0 commit comments

Comments
 (0)