From ce1404fc268e6f4b8c9ddfe7c0b96a3cdf2c93e4 Mon Sep 17 00:00:00 2001 From: James Sturgis Date: Thu, 20 Jan 2022 17:24:00 +0100 Subject: [PATCH] Update src/components/histogram/progress.tsx Co-authored-by: Hannah Park <70654324+hannahcode@users.noreply.github.com> --- src/components/histogram/progress.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/histogram/progress.tsx b/src/components/histogram/progress.tsx index 25b90cb..53e3e3b 100644 --- a/src/components/histogram/progress.tsx +++ b/src/components/histogram/progress.tsx @@ -7,7 +7,7 @@ type Props = { export const Progress = ( {index, size, label}: Props ) => { return( -
+
{index+1}