diff --git a/CHANGELOG.md b/CHANGELOG.md index 409e466c5..a5063b2f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- [Fixed address is not shown on ledger login](https://github.com/multiversx/mx-sdk-dapp/pull/1328) - [Added support for custom web socket url](https://github.com/multiversx/mx-sdk-dapp/pull/1327) ## [[v3.0.19](https://github.com/multiversx/mx-sdk-dapp/pull/1326)] - 2024-11-28 diff --git a/src/UI/TransactionData/components/TransactionDataDecode.tsx b/src/UI/TransactionData/components/TransactionDataDecode.tsx index 56a173e36..d36729205 100644 --- a/src/UI/TransactionData/components/TransactionDataDecode.tsx +++ b/src/UI/TransactionData/components/TransactionDataDecode.tsx @@ -64,12 +64,10 @@ export const TransactionDataDecode = ({ }, [method, data]); return ( -