mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-17 12:07:09 +00:00
Fix isSendTokenTx
This commit is contained in:
parent
09db7d7321
commit
05939222c5
@ -100,7 +100,7 @@ export const buildTransactionFrom = async (
|
|||||||
executionDate: tx.executionDate,
|
executionDate: tx.executionDate,
|
||||||
executionTxHash,
|
executionTxHash,
|
||||||
safeTxHash: tx.safeTxHash,
|
safeTxHash: tx.safeTxHash,
|
||||||
isTokenTransfer,
|
isTokenTransfer: isSendTokenTx,
|
||||||
decodedParams,
|
decodedParams,
|
||||||
modifySettingsTx,
|
modifySettingsTx,
|
||||||
customTx,
|
customTx,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user