- 에스크로 상세 : 메일 재발송 활성화/비활성화 조건 추가
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user