completionId: cgen-10fe9fc74ef94ab692cac314432442d7
cgen-10fe9fc74ef94ab692cac314432442d7
This commit is contained in:
parent
1e133654d5
commit
e11df334f6
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue