From e9073ae732072d9ca6671fb70d7030558ab29f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Ben=C3=ADtez?= Date: Tue, 23 Jun 2026 17:20:30 -0300 Subject: [PATCH] =?UTF-8?q?=C3=9Anico=20cambio:=20la=20celda=20de=20"Efici?= =?UTF-8?q?encia"=20ahora=20muestra=20${value.toFixed(2)}=20${currency}/mi?= =?UTF-8?q?n.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/report/ComparisonTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/report/ComparisonTable.tsx b/src/features/report/ComparisonTable.tsx index bbba101..7121a87 100644 --- a/src/features/report/ComparisonTable.tsx +++ b/src/features/report/ComparisonTable.tsx @@ -243,7 +243,7 @@ export function ComparisonTable({ v.toFixed(2)} + format={(v) => `${v.toFixed(2)} ${currency}/min`} /> )