We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f9fbd commit 9220107Copy full SHA for 9220107
1 file changed
app/lib/comment-item.tsx
@@ -56,7 +56,7 @@ export function CommentItem(props: {
56
<div className="flex space-x-3 py-4">
57
<img
58
className="h-6 w-6 rounded-full"
59
- src={props.comment.profile?.avatarUrl}
+ src={props.comment.profile?.avatarUrl ?? undefined}
60
alt=""
61
/>
62
<div className="flex-1 space-y-1">
0 commit comments