diff --git a/src/utils/OrderUtils.ts b/src/utils/OrderUtils.ts index 132d81e13..33b5eb5b8 100644 --- a/src/utils/OrderUtils.ts +++ b/src/utils/OrderUtils.ts @@ -220,7 +220,9 @@ export async function orderAsset( price, false ) - + if (!tx) { + return + } const txApprove = typeof tx !== 'number' ? await tx.wait() : tx if (!txApprove) { return