Skip to content

Commit 9220107

Browse files
committed
fix: types
1 parent 43f9fbd commit 9220107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/lib/comment-item.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function CommentItem(props: {
5656
<div className="flex space-x-3 py-4">
5757
<img
5858
className="h-6 w-6 rounded-full"
59-
src={props.comment.profile?.avatarUrl}
59+
src={props.comment.profile?.avatarUrl ?? undefined}
6060
alt=""
6161
/>
6262
<div className="flex-1 space-y-1">

0 commit comments

Comments
 (0)