From 69ca30eae1e269d253352c1259d1dcf3a068ada3 Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Wed, 24 Jun 2026 11:03:55 +0000 Subject: [PATCH] =?UTF-8?q?Atualiza=C3=A7=C3=A3o=20autom=C3=A1tica=20-=202?= =?UTF-8?q?026-06-24=2011:03:55?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ReportDisplay.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/components/ReportDisplay.tsx b/components/ReportDisplay.tsx index 1e0be15..a06f3f9 100644 --- a/components/ReportDisplay.tsx +++ b/components/ReportDisplay.tsx @@ -158,17 +158,17 @@ export const ReportDisplay: React.FC = ({ report }) => { const diffColor = isPositive ? 'text-emerald-600 dark:text-emerald-400' : 'text-rose-600 dark:text-rose-400'; return ( - - {item.property} + + {item.property} - {item.certificate} - + {item.certificate} + {item.differencePercentage ? ( {item.differencePercentage} ) : -} - - + + {statusIcon(item.status)} {item.status} @@ -209,11 +209,11 @@ export const ReportDisplay: React.FC = ({ report }) => { {compliance.chemical.map((item, i) => ( - {item.element} - {item.norm} - {item.certificate} - - + {item.element} + {item.norm} + {item.certificate} + + {item.status}