Skip to content

Commit

Permalink
Add "satoshi" to amount selection
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed Sep 14, 2023
1 parent 26abbd7 commit 8a855cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/screens/Payment/SelectAmount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ export default function SelectAmountScreen({ navigation, route }: TSelectAmountP
maxLength={8}
/>
</Animated.View>
<Txt txt='Satoshi' styles={[{ color: color.TEXT_SECONDARY, fontSize: 14, textAlign: 'center' }]} />
{(isMelt || isSwap || isSendEcash) &&
<Separator style={[{ marginVertical: 20 }]} />
}
Expand Down Expand Up @@ -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 (
<>
<View style={styles.overview}>
Expand Down

0 comments on commit 8a855cf

Please sign in to comment.