diff --git a/src/app/(admin)/admin/rounds/[roundId]/page.tsx b/src/app/(admin)/admin/rounds/[roundId]/page.tsx index b7c5bb8..2c0aa2b 100644 --- a/src/app/(admin)/admin/rounds/[roundId]/page.tsx +++ b/src/app/(admin)/admin/rounds/[roundId]/page.tsx @@ -2997,19 +2997,19 @@ function ScoreDistribution({ roundId }: { roundId: string }) { No evaluations submitted yet

) : ( -
+
{dist.globalDistribution.map((bucket) => { const heightPct = (bucket.count / maxCount) * 100 return ( -
+
{bucket.count || ''} -
+
+ )} style={{ height: `${Math.max(heightPct, 4)}%` }} />
{bucket.score}