From eee182b0e5ca476d1d0aeee060a444c25bfb326a Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 02:02:58 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/lib/docx-pleading.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/docx-pleading.ts b/src/lib/docx-pleading.ts index cd8cf66..32725fe 100644 --- a/src/lib/docx-pleading.ts +++ b/src/lib/docx-pleading.ts @@ -301,7 +301,7 @@ export function buildPleadingDoc(input: PleadingInput): Document { }, footers: { default: new Footer({ - children: [new Paragraph({ alignment: AlignmentType.CENTER, children: [run("")] })], + children: [buildFooterTable(input.footerLeft, input.footerCenter, input.footerRight)], }), }, children: [