mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 12:11:35 +00:00
Merge pull request #1517 from fiatjaf/patch-1
Some checks failed
Sync lnproxy relays / sync (push) Has been cancelled
Some checks failed
Sync lnproxy relays / sync (push) Has been cancelled
uppercase invoices on QR codes
This commit is contained in:
commit
d4b3a708b2
@ -101,7 +101,7 @@ export const LockInvoicePrompt = ({ order, concept }: LockInvoicePromptProps): J
|
||||
<QRCode
|
||||
bgColor={'rgba(255, 255, 255, 0)'}
|
||||
fgColor={settings.lightQRs ? '#000000' : theme.palette.text.primary}
|
||||
value={invoice ?? 'Undefined: BOLT11 invoice not received'}
|
||||
value={invoice?.toUpperCase() ?? 'Undefined: BOLT11 invoice not received'}
|
||||
size={theme.typography.fontSize * 21.8}
|
||||
onClick={handleClickQR}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user