fix send type descriptor

This commit is contained in:
Blake Kaufman
2026-01-29 11:29:02 -05:00
parent fc2585d3e6
commit 4ece48af6a
@@ -611,9 +611,7 @@ export default function SendAndRequestPage(props) {
paymentType === 'send'
? t(
`constants.${
selectedPaymentMethod === 'USD'
? 'dollars_upper'
: 'bitcoin_upper'
endReceiveType === 'USD' ? 'dollars_upper' : 'bitcoin_upper'
}`,
)
: paymentType === 'Gift'