diff --git a/components/brave_wallet_ui/utils/tx-utils.ts b/components/brave_wallet_ui/utils/tx-utils.ts index f7bdc92e29cc7..9ac1cd54f2b74 100644 --- a/components/brave_wallet_ui/utils/tx-utils.ts +++ b/components/brave_wallet_ui/utils/tx-utils.ts @@ -177,7 +177,7 @@ export function getTransactionToAddress (tx: TransactionInfo): string { if ( tx.txType === BraveWallet.TransactionType.ERC20Approve || - BraveWallet.TransactionType.ETHSwap + tx.txType === BraveWallet.TransactionType.ETHSwap ) { return tx.txDataUnion?.ethTxData1559?.baseData.to || '' }