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 */}