From 17da3b17c31eb08028ef05390210ab94b9a70895 Mon Sep 17 00:00:00 2001 From: BOHA Date: Tue, 24 Mar 2026 10:52:29 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20scope=20page=20=E2=80=94=20logo=20inline?= =?UTF-8?q?=20with=20title=20in=20same=20flex=20row,=20matching=20page=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/admin/offers-pdf.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/routes/admin/offers-pdf.ts b/src/routes/admin/offers-pdf.ts index 703170b..d24eba4 100644 --- a/src/routes/admin/offers-pdf.ts +++ b/src/routes/admin/offers-pdf.ts @@ -276,9 +276,6 @@ export default async function offersPdfRoutes(fastify: FastifyInstance): Promise let scopeHtml = ''; if (hasScopeContent) { scopeHtml += '
'; - if (logoImg) { - scopeHtml += `
${logoImg}
`; - } scopeHtml += `
`;