Fix isSendTokenTx
This commit is contained in:
parent
09db7d7321
commit
05939222c5
|
@ -100,7 +100,7 @@ export const buildTransactionFrom = async (
|
|||
executionDate: tx.executionDate,
|
||||
executionTxHash,
|
||||
safeTxHash: tx.safeTxHash,
|
||||
isTokenTransfer,
|
||||
isTokenTransfer: isSendTokenTx,
|
||||
decodedParams,
|
||||
modifySettingsTx,
|
||||
customTx,
|
||||
|
|
Loading…
Reference in New Issue