From 62102d85b2cb1ea5be845f1c35a9634b85506a35 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 10 Aug 2020 15:02:46 +1000 Subject: [PATCH] add space after colour square --- ts/src/stats/reviews.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/src/stats/reviews.ts b/ts/src/stats/reviews.ts index 022411a6b..6beeaaed0 100644 --- a/ts/src/stats/reviews.ts +++ b/ts/src/stats/reviews.ts @@ -252,7 +252,7 @@ export function renderReviews( ]; for (const [colour, label, detail] of lines) { buf += ` - ${label} + ${label} ${detail} `; }