- 에스크로 상세 : 메일 재발송 활성화/비활성화 조건 추가
This commit is contained in:
@@ -231,7 +231,10 @@ export const EscrowDetail = ({
|
|||||||
<button
|
<button
|
||||||
className="btn-50 btn-blue flex-1"
|
className="btn-50 btn-blue flex-1"
|
||||||
onClick={ () => onClickToShowMailResend() }
|
onClick={ () => onClickToShowMailResend() }
|
||||||
|
disabled={
|
||||||
|
escrowInfo?.deliveryStatus !== EscrowDeliveryStatus.DELIVERY_INSERT &&
|
||||||
|
escrowInfo?.deliveryStatus !== EscrowDeliveryStatus.DELIVERY_COMPLETE
|
||||||
|
}
|
||||||
>{ t('escrow.mailResend') }</button>
|
>{ t('escrow.mailResend') }</button>
|
||||||
</div>
|
</div>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
|
|||||||
Reference in New Issue
Block a user