mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-19 04:31:35 +00:00
Fix textbox invoice string not changing for escrow
This commit is contained in:
parent
3ac5e05354
commit
9c982c998f
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user