From fe007bd2e487ade45fd2a151654af33119f0e4cf Mon Sep 17 00:00:00 2001 From: umsangdon Date: Sun, 19 Jul 2026 00:27:34 +0900 Subject: [PATCH] test --- B10_Payment/B10_Payment_UI_Page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/B10_Payment/B10_Payment_UI_Page.ts b/B10_Payment/B10_Payment_UI_Page.ts index 3a6ddb7e..957ead6f 100644 --- a/B10_Payment/B10_Payment_UI_Page.ts +++ b/B10_Payment/B10_Payment_UI_Page.ts @@ -18,7 +18,7 @@ export function renderB10Payment(root: HTMLElement): void { const invoiceSection = section(L("B10_Payment_Invoice_Title"), invoiceBody, true, [ createButton({ label: L("B10_Payment_Invoice_Request"), disabled: true }), ]); - + const depositNote = document.createElement("p"); depositNote.className = "b10-payment__note"; depositNote.textContent = L("B10_Payment_Deposit_Note");