We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819e17a commit 744503aCopy full SHA for 744503a
app/components/UI/Ramp/Views/BuildQuote/BuildQuote.tsx
@@ -802,7 +802,9 @@ function BuildQuote() {
802
strings('fiat_on_ramp.select_payment_method')
803
}
804
isLoading={paymentMethodsLoading}
805
- onPress={isTokenUnavailable ? undefined : handlePaymentPillPress}
+ onPress={
806
+ isTokenUnavailable ? undefined : handlePaymentPillPress
807
+ }
808
/>
809
</View>
810
0 commit comments