diff --git a/apps/portal/src/components/questions/AnswerCommentListItem.tsx b/apps/portal/src/components/questions/AnswerCommentListItem.tsx index c65a379f..a51cd291 100644 --- a/apps/portal/src/components/questions/AnswerCommentListItem.tsx +++ b/apps/portal/src/components/questions/AnswerCommentListItem.tsx @@ -25,7 +25,7 @@ export default function AnswerCommentListItem({ useAnswerCommentVote(answerCommentId); return ( -
+
{ if (countries === undefined) { @@ -274,7 +275,11 @@ export default function BaseQuestionCard({ return (
+ className={clsx( + 'group flex gap-4 border-slate-300', + showHover && 'hover:bg-slate-50', + !hideCard && 'rounded-md border bg-white p-4', + )}> {cardContent} {showDeleteButton && (
diff --git a/apps/portal/src/components/questions/card/question/FullQuestionCard.tsx b/apps/portal/src/components/questions/card/question/FullQuestionCard.tsx index 0ea147fe..2c02f1ba 100644 --- a/apps/portal/src/components/questions/card/question/FullQuestionCard.tsx +++ b/apps/portal/src/components/questions/card/question/FullQuestionCard.tsx @@ -28,6 +28,7 @@ export default function FullQuestionCard(props: QuestionOverviewCardProps) { return (
- { - await addEncounterAsync({ - cityId: data.cityId, - companyId: data.company, - countryId: data.countryId, - questionId: questionId as string, - role: data.role, - seenAt: data.seenAt, - stateId: data.stateId, - }); - }} - /> -
- -
-
-