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) => ( -