mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-29 02:45:02 +00:00
WA-521 When data is null do not store in redux null
This commit is contained in:
parent
1781462142
commit
f397bb9388
@ -49,7 +49,7 @@ const buildTransactionFrom = (safeAddress: string, tx: TxServiceModel, safeSubje
|
||||
value: tx.value,
|
||||
confirmations,
|
||||
destination: tx.to,
|
||||
data: `0x${tx.data}`,
|
||||
data: `0x${tx.data || ''}`,
|
||||
isExecuted: tx.isExecuted,
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user