Fix textbox invoice string not changing for escrow

This commit is contained in:
Reckless_Satoshi 2023-03-10 10:15:03 -08:00
parent 3ac5e05354
commit 9c982c998f
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -116,7 +116,7 @@ export const LockInvoicePrompt = ({ order, concept }: LockInvoicePromptProps): J
hiddenLabel hiddenLabel
variant='standard' variant='standard'
size='small' size='small'
defaultValue={invoice ?? 'Undefined: BOLT11 invoice not received'} value={invoice ?? 'Undefined: BOLT11 invoice not received'}
disabled={true} disabled={true}
helperText={helperText} helperText={helperText}
color='secondary' color='secondary'