From a0f8ec156b62575c1fd08803e797305e2f439867 Mon Sep 17 00:00:00 2001 From: Loewy Date: Mon, 15 Jan 2024 17:55:19 -0800 Subject: [PATCH] fix spacing --- component/charts/bar-graph/bar-graph.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/charts/bar-graph/bar-graph.tsx b/component/charts/bar-graph/bar-graph.tsx index e83cf5a..22b4d01 100644 --- a/component/charts/bar-graph/bar-graph.tsx +++ b/component/charts/bar-graph/bar-graph.tsx @@ -106,7 +106,7 @@ export const BarGraph: React.FC = ({ data, useCommonScale = false, testID formatLabel={formatRightYAxisLabel} /> - + ); };