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