zio/stable
Eric Bailey 2023-11-09 20:46:45 -06:00
parent 2d7b89c6a1
commit 742f53d1ec
2 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,6 @@ export const CreateAccount = observer(function CreateAccountImpl({
model.next()
} else {
try {
console.log('BEFORE')
await model.submit({
onboardingDispatch,
createAccount,

View File

@ -28,6 +28,7 @@ function AccountItem({
onSelect(account)
}, [account, onSelect])
// TODO
if (isError) return null
return (