A couple small fixes

This commit is contained in:
Paul Frazee 2023-03-14 13:34:05 -05:00
parent 617d93fb48
commit b4e5179c9c
2 changed files with 11 additions and 10 deletions

View file

@ -42,7 +42,6 @@ export const CreateAccount = observer(
const onPressBackInner = React.useCallback(() => {
if (model.canBack) {
console.log('?')
model.back()
} else {
onPressBack()