From 8a855cf47af7f96518d0cb51075dde70812bdca3 Mon Sep 17 00:00:00 2001 From: First-Terraner Date: Thu, 14 Sep 2023 19:41:23 +0200 Subject: [PATCH] Add "satoshi" to amount selection --- src/screens/Payment/SelectAmount.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/screens/Payment/SelectAmount.tsx b/src/screens/Payment/SelectAmount.tsx index ce3bad90..d206003f 100644 --- a/src/screens/Payment/SelectAmount.tsx +++ b/src/screens/Payment/SelectAmount.tsx @@ -191,6 +191,7 @@ export default function SelectAmountScreen({ navigation, route }: TSelectAmountP maxLength={8} /> + {(isMelt || isSwap || isSendEcash) && } @@ -256,7 +257,7 @@ interface IMeltOverviewProps { export function MeltOverview({ amount, balance, shouldEstimate, balTooLow, isInvoice, fee }: IMeltOverviewProps) { const { t } = useTranslation([NS.common]) const { color } = useThemeContext() - l({fee}) + l({ fee }) return ( <>