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
This commit is contained in:
@@ -73,9 +73,7 @@ const SignInContent = ({
|
||||
}: {
|
||||
showCreateAccount: () => void
|
||||
}) => {
|
||||
const [mnemonic, setMnemonic] = useState<string>(
|
||||
'menmonic phrase'
|
||||
)
|
||||
const [mnemonic, setMnemonic] = useState<string>('menmonic phrase')
|
||||
const [inputError, setInputError] = useState<string>()
|
||||
const [isLoading, setIsLoading] = useState(false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user