diff --git a/apps/portal/src/components/questions/card/QuestionCard.tsx b/apps/portal/src/components/questions/card/QuestionCard.tsx index 6b5c3ede..4572567d 100644 --- a/apps/portal/src/components/questions/card/QuestionCard.tsx +++ b/apps/portal/src/components/questions/card/QuestionCard.tsx @@ -43,15 +43,15 @@ export type QuestionCardProps = ActionButtonProps & UpvoteProps & { content: string; location: string; + receivedCount: number; role: string; - similarCount: number; timestamp: string; }; export default function QuestionCard({ answerCount, content, - similarCount, + receivedCount, showVoteButtons, showUserStatistics, showActionButton, @@ -63,7 +63,7 @@ export default function QuestionCard({ location, }: QuestionCardProps) { return ( -
+
{showVoteButtons && (