Deploy Inicial do SteelCheck com Docker Build Automatizado
This commit is contained in:
@@ -52,7 +52,11 @@ const ComplianceTableRow: React.FC<{ item: ComplianceItem; headerLabel: string }
|
||||
);
|
||||
|
||||
export const ReportDisplay: React.FC<ReportDisplayProps> = ({ report }) => {
|
||||
const { identification, compliance, overPerformance, equivalents, confidence } = report;
|
||||
const identification = report?.identification || {};
|
||||
const compliance = report?.compliance || { status: 'NÃO CONFORME', mechanical: [], chemical: [], otherTests: [] };
|
||||
const overPerformance = report?.overPerformance || [];
|
||||
const equivalents = report?.equivalents || [];
|
||||
const confidence = report?.confidence || 0;
|
||||
|
||||
return (
|
||||
<div className="space-y-8 animate-fade-in pb-12">
|
||||
|
||||
Reference in New Issue
Block a user