Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
bgptr committed May 2, 2022
1 parent 1e6b597 commit 6c68364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/stateMachines/GetStartedStateMachine.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const getStartedMachine = Machine({
!isUndefined(event.isNew)
? !event.isNew
: context.isRestoreNewWallet,
isTrezor: (context, event) => event.isTrezor
isTrezor: (context, event) => event.isTrezor
})
},
ERROR: {
Expand Down

0 comments on commit 6c68364

Please sign in to comment.