diff --git a/src/components/SendDialog.js b/src/components/SendDialog.js index def0e97..e3b6f2f 100644 --- a/src/components/SendDialog.js +++ b/src/components/SendDialog.js @@ -249,7 +249,7 @@ function SendSwapProgress({ publicKey, signature, onClose }) { let step = 1; let ethTxid = null; - for (let swap of swaps) { + for (let swap of (swaps || [])) { const { deposit, withdrawal } = swap; if (deposit.txid === signature) { if (withdrawal.txid?.startsWith('0x')) {