diff --git a/src/components/CurrentMetricCard.tsx b/src/components/CurrentMetricCard.tsx index 5966653..5057bf4 100644 --- a/src/components/CurrentMetricCard.tsx +++ b/src/components/CurrentMetricCard.tsx @@ -86,7 +86,7 @@ export default function CurrentMetricCard(props: CurrentMetricCardProps) { {/* Current value */} {props.metricKind === 'number' && ( - + {formattedCurrentValue} )}