From e11df334f6de3c464b8a8f8e908332d24fa1008e Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 06:32:27 +0000 Subject: [PATCH] completionId: cgen-10fe9fc74ef94ab692cac314432442d7 cgen-10fe9fc74ef94ab692cac314432442d7 --- client/components/feed/ArmPostCard.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/components/feed/ArmPostCard.tsx b/client/components/feed/ArmPostCard.tsx index 67e29283..5f57c5e5 100644 --- a/client/components/feed/ArmPostCard.tsx +++ b/client/components/feed/ArmPostCard.tsx @@ -88,6 +88,7 @@ interface ArmPostCardProps { onLike?: () => void; onComment?: () => void; onShare?: () => void; + isLiked?: boolean; } export default function ArmPostCard({ @@ -95,6 +96,7 @@ export default function ArmPostCard({ onLike, onComment, onShare, + isLiked, }: ArmPostCardProps) { const config = ARM_CONFIG[post.arm_affiliation]; const author = post.user_profiles;