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:
ekzyis 2024-01-04 18:17:57 +01:00 committed by GitHub
parent 48e9cdef64
commit 4d953fc3a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -230,7 +230,7 @@ export function InvWithdrawal () {
return (
<>
<Form
autocomplete='off'
autoComplete='off'
initial={{
invoice: '',
maxFee: maxFeeDefault