diff --git a/src/routes/safe/components/Transactions/TxsTable/ExpandedTx/TxDescription/utils.ts b/src/routes/safe/components/Transactions/TxsTable/ExpandedTx/TxDescription/utils.ts index 4e2bfd0a06..70709ac7c9 100644 --- a/src/routes/safe/components/Transactions/TxsTable/ExpandedTx/TxDescription/utils.ts +++ b/src/routes/safe/components/Transactions/TxsTable/ExpandedTx/TxDescription/utils.ts @@ -54,6 +54,8 @@ export const getTxData = (tx) => { txData.customTx = true } else { txData.recipient = tx.recipient + txData.data = tx.data + txData.customTx = true } } else if (tx.customTx) { txData.recipient = tx.recipient