fix(web): remove invalid headerIcon prop from AgbsPDF to resolve typecheck failure
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 6s
Build & Deploy / 🧪 QA (push) Failing after 1m54s
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 17:39:29 +01:00
parent 071302fe6b
commit 9aa6f5f4d0
2 changed files with 0 additions and 14 deletions

View File

@@ -1,13 +0,0 @@
import * as Sentry from "@sentry/nextjs";
export async function register() {
if (process.env.NEXT_RUNTIME === "nodejs") {
await import("./sentry.server.config");
}
if (process.env.NEXT_RUNTIME === "edge") {
await import("./sentry.edge.config");
}
}
export const onRequestError = Sentry.captureRequestError;

View File

@@ -215,7 +215,6 @@ export const AgbsPDF = ({
companyData={companyData}
bankData={bankData}
footerLogo={footerLogo}
headerIcon={headerIcon}
showPageNumber={false}
>
{content}