Fix isSendTokenTx

This commit is contained in:
Germán Martínez 2019-09-19 11:33:35 +02:00
parent 09db7d7321
commit 05939222c5
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ export const buildTransactionFrom = async (
executionDate: tx.executionDate,
executionTxHash,
safeTxHash: tx.safeTxHash,
isTokenTransfer,
isTokenTransfer: isSendTokenTx,
decodedParams,
modifySettingsTx,
customTx,