diff --git a/ViewBest.tsx b/ViewBest.tsx index 4a614cf..492e5f7 100644 --- a/ViewBest.tsx +++ b/ViewBest.tsx @@ -64,7 +64,7 @@ export default function ViewBest() { yData={volumes.map(v => v.value)} yFormat={(value: number) => `${value.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',')}${ - volumes[0].unit + volumes[0].unit || 'kg' }` } xData={weights}