Skip to content

Commit 744503a

Browse files
committed
fix: prettier
1 parent 819e17a commit 744503a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/components/UI/Ramp/Views/BuildQuote/BuildQuote.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,9 @@ function BuildQuote() {
802802
strings('fiat_on_ramp.select_payment_method')
803803
}
804804
isLoading={paymentMethodsLoading}
805-
onPress={isTokenUnavailable ? undefined : handlePaymentPillPress}
805+
onPress={
806+
isTokenUnavailable ? undefined : handlePaymentPillPress
807+
}
806808
/>
807809
</View>
808810
</View>

0 commit comments

Comments
 (0)