From 2f470a84c18c1d93bb6d4f45f544b6900ad5e1ab Mon Sep 17 00:00:00 2001 From: plam-ml <127577476+plam-ml@users.noreply.github.com> Date: Thu, 2 Nov 2023 09:33:02 -0700 Subject: [PATCH] [Wallet]: add info to input section (#14619) ## Description - Add info to input section ## Test Plan How did you test the new or updated feature? --- If your changes are not user-facing and not a breaking change, you can skip the following section. Otherwise, please indicate what changed, and then add to the Release Notes section as highlighted during the release process. ### Type of Change (Check all that apply) - [ ] protocol change - [ ] user-visible impact - [ ] breaking change for a client SDKs - [ ] breaking change for FNs (FN binary must upgrade) - [ ] breaking change for validators or node operators (must upgrade binaries) - [ ] breaking change for on-chain data layout - [ ] necessitate either a data wipe or data migration ### Release notes --- .../src/ui/app/pages/home/tokens/TokensDetails.tsx | 12 +++++++----- apps/wallet/src/ui/app/pages/swap/ToAssetSection.tsx | 9 ++++++++- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/apps/wallet/src/ui/app/pages/home/tokens/TokensDetails.tsx b/apps/wallet/src/ui/app/pages/home/tokens/TokensDetails.tsx index 2c2fd3cc12eb3..7bcc74603a01a 100644 --- a/apps/wallet/src/ui/app/pages/home/tokens/TokensDetails.tsx +++ b/apps/wallet/src/ui/app/pages/home/tokens/TokensDetails.tsx @@ -121,11 +121,13 @@ export function TokenRow({ {coinMeta?.name || symbol} -