From bb350c974759c3f6a5d58c2205610a3dff3580ed Mon Sep 17 00:00:00 2001
From: "Builder.io"
Date: Fri, 14 Nov 2025 23:08:38 +0000
Subject: [PATCH] completionId: cgen-c29386b3cca341bbaec741b06c589c7a
cgen-c29386b3cca341bbaec741b06c589c7a
---
client/components/social/FeedItemCard.tsx | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/client/components/social/FeedItemCard.tsx b/client/components/social/FeedItemCard.tsx
index 53ab500e..bd2884c2 100644
--- a/client/components/social/FeedItemCard.tsx
+++ b/client/components/social/FeedItemCard.tsx
@@ -260,29 +260,29 @@ export function FeedItemCard({
Loading comments…
) : comments.length === 0 ? (
-
+
Be the first to comment.
) : (
comments.map((c) => (
-
-
+
+
-
+
{(c.user_profiles?.full_name ||
c.user_profiles?.username ||
"U")[0]?.toUpperCase() || "U"}
-
-
+
+
{c.user_profiles?.full_name ||
c.user_profiles?.username ||
"Member"}
-
@@ -290,16 +290,18 @@ export function FeedItemCard({
))
)}
-