diff --git a/apps/portal/src/components/questions/QuestionAggregateBadge.tsx b/apps/portal/src/components/questions/QuestionAggregateBadge.tsx
index 6192dfb5..9bb4bc00 100644
--- a/apps/portal/src/components/questions/QuestionAggregateBadge.tsx
+++ b/apps/portal/src/components/questions/QuestionAggregateBadge.tsx
@@ -60,7 +60,7 @@ export default function QuestionAggregateBadge({
{visible && (
-
+
{sortedStatistics.map(({ key, value }) => (
diff --git a/apps/portal/src/components/questions/card/question/BaseQuestionCard.tsx b/apps/portal/src/components/questions/card/question/BaseQuestionCard.tsx
index f9a7c615..0a123397 100644
--- a/apps/portal/src/components/questions/card/question/BaseQuestionCard.tsx
+++ b/apps/portal/src/components/questions/card/question/BaseQuestionCard.tsx
@@ -186,7 +186,7 @@ export default function BaseQuestionCard({
)}
-
+
{showAggregateStatistics && (
<>