diff --git a/src/compare.tsx b/src/compare.tsx
index 0f1947e..af1d147 100644
--- a/src/compare.tsx
+++ b/src/compare.tsx
@@ -273,14 +273,14 @@ function ComparisonResults({ modelA, modelB, rows, categories, workingStyle, onB
{' '}{cat.category}
{' '}
- {FULL_BLOCK.repeat(Math.max(bwA, 1))}
+ {FULL_BLOCK.repeat(Math.max(bwA, 1))}
{' '.repeat(Math.max(0, BAR_MAX_WIDTH - bwA))}
{rateA.padStart(6)}
{turnsA}
{' '}
- {FULL_BLOCK.repeat(Math.max(bwB, 1))}
+ {FULL_BLOCK.repeat(Math.max(bwB, 1))}
{' '.repeat(Math.max(0, BAR_MAX_WIDTH - bwB))}
{rateB.padStart(6)}
{turnsB}