fix spacing

This commit is contained in:
Loewy 2024-01-15 17:55:19 -08:00
parent 7383c85b58
commit a0f8ec156b

View File

@ -106,7 +106,7 @@ export const BarGraph: React.FC<Props> = ({ data, useCommonScale = false, testID
formatLabel={formatRightYAxisLabel}
/>
</View>
</ChartView>
</ChartView>
);
};