- 에스크로 상세 : 메일 재발송 활성화/비활성화 조건 추가

This commit is contained in:
HyeonJongKim
2025-11-17 20:23:39 +09:00
parent 97407f52d7
commit 522ccf7464

View File

@@ -231,7 +231,10 @@ export const EscrowDetail = ({
<button
className="btn-50 btn-blue flex-1"
onClick={ () => onClickToShowMailResend() }
disabled={
escrowInfo?.deliveryStatus !== EscrowDeliveryStatus.DELIVERY_INSERT &&
escrowInfo?.deliveryStatus !== EscrowDeliveryStatus.DELIVERY_COMPLETE
}
>{ t('escrow.mailResend') }</button>
</div>
</motion.div>