diff --git a/components/score-card.tsx b/components/score-card.tsx index db74739..65d667a 100644 --- a/components/score-card.tsx +++ b/components/score-card.tsx @@ -18,7 +18,7 @@ export function ScoreCard({ title, value, highlight, subtitle }: ScoreCardProps)

{title}

- {value.toFixed(2)} + {value} {subtitle && ( {subtitle}