diff --git a/src/ui/React/StatsTable.tsx b/src/ui/React/StatsTable.tsx index ffbb31619..757fffb4e 100644 --- a/src/ui/React/StatsTable.tsx +++ b/src/ui/React/StatsTable.tsx @@ -31,7 +31,9 @@ export function StatsTable({ rows, title, wide, textAlign, paddingLeft }: StatsT {row.map((cell, cellIndex) => ( - {cell} + + {cell} + ))}