From 5fa284af7527b746520fd86ed02331c12d664e8a Mon Sep 17 00:00:00 2001 From: kyranjamie Date: Fri, 2 Feb 2024 13:52:56 +0100 Subject: [PATCH] fix(input): mnemonic value state --- .../components/secret-key/mnemonic-key/mnemonic-word-input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/secret-key/mnemonic-key/mnemonic-word-input.tsx b/src/app/components/secret-key/mnemonic-key/mnemonic-word-input.tsx index 257d8a38bc4..7bb301386cc 100644 --- a/src/app/components/secret-key/mnemonic-key/mnemonic-word-input.tsx +++ b/src/app/components/secret-key/mnemonic-key/mnemonic-word-input.tsx @@ -23,7 +23,7 @@ export function MnemonicWordInput({ const [isFocused, setIsFocused] = useState(false); const isDirty = useIsFieldDirty(name); return ( - +