From 36845fdb258bc28601ddb074b318eb7ea3b310f3 Mon Sep 17 00:00:00 2001 From: HyeonJongKim Date: Thu, 13 Nov 2025 09:55:36 +0900 Subject: [PATCH] =?UTF-8?q?-=20=EB=B9=8C=EB=A7=81=20=ED=95=A0=EB=B6=80?= =?UTF-8?q?=EA=B0=9C=EC=9B=94=20=EC=9E=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/transaction/billing/charge-page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/transaction/billing/charge-page.tsx b/src/pages/transaction/billing/charge-page.tsx index 42bfa7b..37ecc01 100644 --- a/src/pages/transaction/billing/charge-page.tsx +++ b/src/pages/transaction/billing/charge-page.tsx @@ -116,7 +116,7 @@ export const BillingChargePage = () => { value='00' >일시불 ); - for (let i = 2; i <= 33; i++) { + for (let i = 2; i <= 24; i++) { let val = (i < 10) ? '0' + i : '' + i; rs.push(