From 4d953fc3a98caa77fb3e26ae2e0a046da826dbf8 Mon Sep 17 00:00:00 2001 From: ekzyis <27162016+ekzyis@users.noreply.github.com> Date: Thu, 4 Jan 2024 18:17:57 +0100 Subject: [PATCH] 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> --- pages/wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/wallet.js b/pages/wallet.js index 9a3fcf4e..52bec1bc 100644 --- a/pages/wallet.js +++ b/pages/wallet.js @@ -230,7 +230,7 @@ export function InvWithdrawal () { return ( <> <Form - autocomplete='off' + autoComplete='off' initial={{ invoice: '', maxFee: maxFeeDefault