fix(ci): fulfill strict bankData typing requirement on LocalEstimationPDF components to clear QA pipeline
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 6s
Build & Deploy / 🧪 QA (push) Failing after 3m8s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-03-01 09:30:52 +01:00
parent b493ce0ba0
commit 07928a182f

View File

@@ -77,10 +77,17 @@ export const LocalEstimationPDF = ({
ustId: "DE367588065", ustId: "DE367588065",
}; };
const bankData = {
name: "N26",
bic: "NTSBDEB1XXX",
iban: "DE50 1001 1001 2620 4328 65",
};
const commonProps = { const commonProps = {
headerIcon: headerIcon, headerIcon: headerIcon,
footerLogo, footerLogo,
companyData, companyData,
bankData,
}; };
let pageCounter = 1; let pageCounter = 1;