Skip to content

Commit

Permalink
[FIX]: Fix starting step when WS is activated and you want to sync ag…
Browse files Browse the repository at this point in the history
…ain (#7648)
  • Loading branch information
mcayuelas-ledger authored Aug 22, 2024
1 parent e5419de commit 3e3e839
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tame-rocks-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

Fix starting step when WS is activated and you want to sync again
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const WalletSyncManage = () => {
</InstancesRow>

<ActivationDrawer
startingStep={Steps.QrCodeMethod}
startingStep={Steps.ChooseSyncMethod}
isOpen={isSyncDrawerOpen}
handleClose={closeSyncDrawer}
/>
Expand Down

0 comments on commit 3e3e839

Please sign in to comment.