From 35bea5cd4595564be586132e4fecaf5d519876f9 Mon Sep 17 00:00:00 2001 From: JJIIIINN Date: Sun, 31 Dec 2023 21:26:49 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20=EB=B0=B1=EC=97=94=EB=93=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=EC=82=AC=ED=95=AD=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/NewComerHonorableAllowanceTabBody.tsx | 12 ------------ .../main/NewComerWarVeteranSpouseTabBody.tsx | 12 ------------ src/components/main/NewComerWarVeteranTabBody.tsx | 12 ------------ src/constants/main/index.ts | 2 -- src/models/response/index.ts | 1 - 5 files changed, 39 deletions(-) diff --git a/src/components/main/NewComerHonorableAllowanceTabBody.tsx b/src/components/main/NewComerHonorableAllowanceTabBody.tsx index ee6b411..ab0f47e 100644 --- a/src/components/main/NewComerHonorableAllowanceTabBody.tsx +++ b/src/components/main/NewComerHonorableAllowanceTabBody.tsx @@ -21,7 +21,6 @@ const NewComerHonorableAllowanceTabBody = ({ applicantID: "", applicantName: "", applicantPhoneNumber: "", - applicantPostalCode: "", applicationDate: "", applicationReason: "", bankAccountNumber: "", @@ -45,7 +44,6 @@ const NewComerHonorableAllowanceTabBody = ({ applicantID, applicantName, applicantPhoneNumber, - applicantPostalCode, applicationDate, applicationReason, bankAccountNumber, @@ -84,7 +82,6 @@ const NewComerHonorableAllowanceTabBody = ({ applicantID: data.applicantID, applicantName: data.applicantName, applicantPhoneNumber: data.applicantPhoneNumber, - applicantPostalCode: data.applicantPostalCode, applicationDate: data.applicationDate, applicationReason: data.applicationReason, bankAccountNumber: data.bankAccountNumber, @@ -167,15 +164,6 @@ const NewComerHonorableAllowanceTabBody = ({ }} error={!applicantGender} /> - { - handleChange(e); - editExcelForm(); - }} - error={!regex.postalCode.test(applicantPostalCode)} - /> - { - handleChange(e); - editExcelForm(); - }} - error={!regex.postalCode.test(applicantPostalCode)} - /> - { - handleChange(e); - editExcelForm(); - }} - error={!regex.postalCode.test(applicantPostalCode)} - />