diff --git a/apps/portal/src/components/questions/card/AnswerCard.tsx b/apps/portal/src/components/questions/card/AnswerCard.tsx index 68e94d17..256dc3e9 100644 --- a/apps/portal/src/components/questions/card/AnswerCard.tsx +++ b/apps/portal/src/components/questions/card/AnswerCard.tsx @@ -53,7 +53,7 @@ export default function AnswerCard({ Posted on: {format(createdAt, 'h:mm a, MMMM dd, yyyy')}

-

{content}

+

{content}

{commentCount !== undefined && (
diff --git a/apps/portal/src/components/questions/comments/CommentListItem.tsx b/apps/portal/src/components/questions/comments/CommentListItem.tsx index 1039e51c..50c44f11 100644 --- a/apps/portal/src/components/questions/comments/CommentListItem.tsx +++ b/apps/portal/src/components/questions/comments/CommentListItem.tsx @@ -44,7 +44,7 @@ export default function CommentListItem({ Posted on: {format(createdAt, 'h:mm a, MMMM dd, yyyy')}

-

{content}

+

{content}

);