Comments
This commit is contained in:
@@ -66,7 +66,6 @@ export const CreateAccount = observer(function CreateAccountImpl({
|
||||
model.next()
|
||||
} else {
|
||||
try {
|
||||
console.log('BEFORE')
|
||||
await model.submit({
|
||||
onboardingDispatch,
|
||||
createAccount,
|
||||
|
||||
@@ -28,6 +28,7 @@ function AccountItem({
|
||||
onSelect(account)
|
||||
}, [account, onSelect])
|
||||
|
||||
// TODO
|
||||
if (isError) return null
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user