Fix invalid DOM property (#732)
Code works but it prints a warning in the console: > Warning: Invalid DOM property `autocomplete`. Did you mean `autoComplete`? Co-authored-by: ekzyis <ek@stacker.news>
This commit is contained in:
parent
48e9cdef64
commit
4d953fc3a9
@ -230,7 +230,7 @@ export function InvWithdrawal () {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Form
|
<Form
|
||||||
autocomplete='off'
|
autoComplete='off'
|
||||||
initial={{
|
initial={{
|
||||||
invoice: '',
|
invoice: '',
|
||||||
maxFee: maxFeeDefault
|
maxFee: maxFeeDefault
|
||||||
|
Loading…
x
Reference in New Issue
Block a user