diff --git a/tauri-wallet/src/routes/sign-in.tsx b/tauri-wallet/src/routes/sign-in.tsx index 3b7f397f62..52b2c011fe 100644 --- a/tauri-wallet/src/routes/sign-in.tsx +++ b/tauri-wallet/src/routes/sign-in.tsx @@ -73,9 +73,7 @@ const SignInContent = ({ }: { showCreateAccount: () => void }) => { - const [mnemonic, setMnemonic] = useState( - 'menmonic phrase' - ) + const [mnemonic, setMnemonic] = useState('menmonic phrase') const [inputError, setInputError] = useState() const [isLoading, setIsLoading] = useState(false)