Skip to content

Commit

Permalink
feat: 💄 Onboarding Skip prompt drawer for LedgerSync (#7848)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcayuelas-ledger authored Sep 19, 2024
1 parent d9a4644 commit a168663
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/curvy-worms-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

Onboarding Skip prompt drawer for LedgerSync
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function AccessExistingWallet() {
/>

<ActivationDrawer
startingStep={Steps.Activation}
startingStep={Steps.ChooseSyncMethod}
isOpen={isDrawerVisible}
handleClose={closeDrawer}
/>
Expand Down

0 comments on commit a168663

Please sign in to comment.