From a9aa98381dfa9a2224867258c0ed3ef42a8e02ba Mon Sep 17 00:00:00 2001 From: Blake Kaufman <68204898+BlakeKaufman@users.noreply.github.com> Date: Thu, 8 Jan 2026 11:51:11 -0500 Subject: [PATCH] hiding balance on swap page if balance is hidden (#399) --- app/screens/inAccount/swapPage.js | 29 +++++++++++++++-------------- locales/de-DE/translation.json | 1 + locales/en/translation.json | 1 + locales/es/translation.json | 1 + locales/fr/translation.json | 1 + locales/it/translation.json | 1 + locales/pt-BR/translation.json | 1 + locales/ru/translation.json | 1 + locales/sv/translation.json | 1 + 9 files changed, 23 insertions(+), 14 deletions(-) diff --git a/app/screens/inAccount/swapPage.js b/app/screens/inAccount/swapPage.js index b8061d8a..de91b7c4 100644 --- a/app/screens/inAccount/swapPage.js +++ b/app/screens/inAccount/swapPage.js @@ -71,6 +71,7 @@ import customUUID from '../../functions/customUUID'; import { useFlashnet } from '../../../context-store/flashnetContext'; import { useUserBalanceContext } from '../../../context-store/userBalanceContext'; import useHandleBackPressNew from '../../hooks/useHandleBackPressNew'; +import FormattedSatText from '../../functions/CustomElements/satTextDisplay'; const confirmTxAnimation = require('../../assets/confirmTxAnimation.json'); @@ -1288,21 +1289,21 @@ export default function SwapsPage() { ]} > - {isSimulating && lastEditedField === 'to' && (