전취소 / 후취소 막음
This commit is contained in:
@@ -248,6 +248,7 @@ export const AllTransactionDetail = ({
|
||||
<button
|
||||
className="btn-50 btn-blue flex-1"
|
||||
onClick={ () => onClickToCancel() }
|
||||
disabled={ importantInfo?.transactionStatus !== '0' }
|
||||
>{t('transaction.cancelTransaction')}</button>
|
||||
</div>
|
||||
</motion.div>
|
||||
|
||||
Reference in New Issue
Block a user