fix typo
This commit is contained in:
@@ -74,7 +74,7 @@ const SignInContent = ({
|
|||||||
showCreateAccount: () => void
|
showCreateAccount: () => void
|
||||||
}) => {
|
}) => {
|
||||||
const [mnemonic, setMnemonic] = useState<string>(
|
const [mnemonic, setMnemonic] = useState<string>(
|
||||||
'alley mutual arrange escape army vacuum cherry ozone frame steel current smile dad subject primary foster lazy want perfect fury general eye cannon motor'
|
'menmonic phrase'
|
||||||
)
|
)
|
||||||
const [inputError, setInputError] = useState<string>()
|
const [inputError, setInputError] = useState<string>()
|
||||||
const [isLoading, setIsLoading] = useState(false)
|
const [isLoading, setIsLoading] = useState(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user