From fd53b5f1087ada7cb5fccd12c587fb0298cf45d0 Mon Sep 17 00:00:00 2001 From: anna Date: Tue, 20 Feb 2024 10:12:36 +0800 Subject: [PATCH] "Proof Record" Label Alignment & a white thin line --- src/pages/Proof/Reply_GLD/index.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/pages/Proof/Reply_GLD/index.js b/src/pages/Proof/Reply_GLD/index.js index a22c395..9e6e1eb 100644 --- a/src/pages/Proof/Reply_GLD/index.js +++ b/src/pages/Proof/Reply_GLD/index.js @@ -60,7 +60,7 @@ const Index = () => { if (!responseData.data?.id) { navigate("/proof/search"); } - setShowProofBtn(responseData.data.action != null && responseData.data.action===true); + setShowProofBtn(responseData.data.action != null && responseData.data.action === true); responseData.data["phoneNumber"] = JSON.parse(responseData.data.contactTelNo).phoneNumber; responseData.data["tel_countryCode"] = JSON.parse(responseData.data.contactTelNo).countryCode; @@ -81,7 +81,7 @@ const Index = () => { setIsOverTime(current.getTime() > returnBeforeDate.getTime()); setShowCancelBtn(responseData.data.cancelled || responseData.data.replyDate || current.getTime() > returnBeforeDate.getTime()) - + setRecord(responseData.data); } @@ -122,10 +122,8 @@ const Index = () => {
- - - Proof Record - + + Proof Record