From 1fce2d2c8e3289ec4f18c54ec08b5029653892ae Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 04:39:16 +0000 Subject: [PATCH] Remove duplicate caption snippet in FeedItemCard header cgen-358b4a495b7945d1a012774a228c7eeb --- client/components/social/FeedItemCard.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/components/social/FeedItemCard.tsx b/client/components/social/FeedItemCard.tsx index f8683469..02afd86e 100644 --- a/client/components/social/FeedItemCard.tsx +++ b/client/components/social/FeedItemCard.tsx @@ -48,9 +48,7 @@ export function FeedItemCard({ {item.authorName} - - {item.caption ? item.caption.slice(0, 120) : "Shared an update"} - + {/* Removed snippet to avoid duplicate text with full caption below */}