- 링크결제 발송내역 Header Title,Close Button 겹침 문제 수정

This commit is contained in:
HyeonJongKim
2025-11-04 13:29:47 +09:00
parent 646aa0d3c0
commit 4f139ebcec
2 changed files with 62 additions and 69 deletions

View File

@@ -50,13 +50,6 @@ export const LinkPaymentHistoryDetail = ({
const [detailExposure, setDetailExposure] = useState<boolean>(false);
const [showPayment, setShowPayment] = useState<boolean>(false);
useSetHeaderTitle(t('additionalService.linkPayment.detailTitle'));
useSetHeaderType(HeaderType.RightClose);
useSetOnBack(() => {
navigate(-1); // Go back using browser history
});
useSetFooterMode(false);
const { mutateAsync: linkPayHistoryDetail } = useExtensionLinkPayHistoryDetailMutation();
const { mutateAsync: linkPayHistoryResend } = useExtensionLinkPayHistoryResendMutation();