eslint fix
This commit is contained in:
parent
8eab1898f4
commit
9842fde98c
|
@ -61,7 +61,7 @@ export const buildTransactionFrom = async (
|
||||||
const isTokenTransfer = await isAddressAToken(tx.to)
|
const isTokenTransfer = await isAddressAToken(tx.to)
|
||||||
|
|
||||||
let executionTxHash
|
let executionTxHash
|
||||||
const executionTx = confirmations.find(conf => conf.type === TX_TYPE_EXECUTION)
|
const executionTx = confirmations.find((conf) => conf.type === TX_TYPE_EXECUTION)
|
||||||
|
|
||||||
if (executionTx) {
|
if (executionTx) {
|
||||||
executionTxHash = executionTx.hash
|
executionTxHash = executionTx.hash
|
||||||
|
|
Loading…
Reference in New Issue