Skip to content

Commit

Permalink
bugfix: do not close drawer after startExchange (#6601)
Browse files Browse the repository at this point in the history
* bugfix: do not close drawer after startExchange

* chore: changeset
  • Loading branch information
CremaFR committed Apr 8, 2024
1 parent 305cc61 commit 6066acb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/rare-sheep-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": patch
---

stop closing drawer after start exchange
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ export const LiveAppDrawer = () => {
}
if ("startExchangeError" in result) {
data.onCancel?.(result.startExchangeError as unknown as Error);
dispatch(closePlatformAppDrawer());
}
dispatch(closePlatformAppDrawer());
}}
/>
</Box>
Expand Down

0 comments on commit 6066acb

Please sign in to comment.