Fix isSendTokenTx

This commit is contained in:
Germán Martínez 2019-09-19 11:33:35 +02:00
parent 09db7d7321
commit 05939222c5

View File

@ -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,