Skip to content

Commit

Permalink
Add log for error enable wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Mar 14, 2024
1 parent 4499484 commit 7851f36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stores/my-account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@ export async function enableWallet({
if (typeof unsub === 'function') unsub()
}
} catch (err) {
console.error('Error enabling wallet', err)
onError(err)
}
}
Expand Down

0 comments on commit 7851f36

Please sign in to comment.