From 21b008fae989477c728abdc62cc19e8c76db45cc Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Mon, 13 Sep 2021 13:30:05 +0100 Subject: [PATCH] use wrapper functions for send and delegate form updates update working finish bonding and unbonding setup funds allocation check when bonding/sending/delegating update title --- tauri-wallet/src/routes/sign-in.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)