From b493ce0ba0f6916d33d2e4bd2cac3f1d3d14173d Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Sun, 1 Mar 2026 09:27:32 +0100 Subject: [PATCH] fix(ci): structurally align PDF react properties to match strict upstream CI signature schemas after lockfile decoupling --- apps/web/src/components/AgbsPDF.tsx | 5 ----- apps/web/src/components/CombinedQuotePDF.tsx | 6 ++---- .../ContactForm/pdf/LocalEstimationPDF.tsx | 16 +++++----------- 3 files changed, 7 insertions(+), 20 deletions(-) diff --git a/apps/web/src/components/AgbsPDF.tsx b/apps/web/src/components/AgbsPDF.tsx index 4ce237a..eb54ee3 100644 --- a/apps/web/src/components/AgbsPDF.tsx +++ b/apps/web/src/components/AgbsPDF.tsx @@ -211,14 +211,11 @@ export const AgbsPDF = ({ if (mode === "full") { return ( - // @ts-ignore {content} @@ -229,10 +226,8 @@ export const AgbsPDF = ({ return ( - {/* @ts-ignore */}
)} - {/* @ts-ignore */} - + diff --git a/apps/web/src/components/ContactForm/pdf/LocalEstimationPDF.tsx b/apps/web/src/components/ContactForm/pdf/LocalEstimationPDF.tsx index 8e199cb..90a1bf7 100644 --- a/apps/web/src/components/ContactForm/pdf/LocalEstimationPDF.tsx +++ b/apps/web/src/components/ContactForm/pdf/LocalEstimationPDF.tsx @@ -78,9 +78,7 @@ export const LocalEstimationPDF = ({ }; const commonProps = { - state, - date, - icon: headerIcon, + headerIcon: headerIcon, footerLogo, companyData, }; @@ -103,14 +101,12 @@ export const LocalEstimationPDF = ({ {/* BriefingModule Page REMOVED as per user request ("die zweite seite ist leer, weg damit") */} {state.sitemap && state.sitemap.length > 0 && ( - // @ts-ignore - + )} - {/* @ts-ignore */} - + - {/* @ts-ignore */} - + - {/* @ts-ignore */} - +