Skip to content

Commit

Permalink
fix(LIVE-13955): put back params forgotten to live app (#7766)
Browse files Browse the repository at this point in the history
* fix(LIVE-13955): put back params forgotten to live app

* fix/(LIVE-13955): changeset
  • Loading branch information
lpaquet-ledger authored Sep 9, 2024
1 parent 3de65c8 commit 77f9a5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-deers-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": patch
---

add forgetten param demo 3 to live app
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,8 @@ const SwapWebView = ({
hasError: swapState?.error ? "true" : undefined, // append param only if error is true
isMaxEnabled: isMaxEnabled,
loading: swapState?.loading,
fromParentAccountId: swapState?.fromParentAccountId,
swapApiBase: process.env.SWAP_API_BASE,
networkFees: swapState?.estimatedFees,
networkFeesCurrency: fromCurrency,
provider: swapState?.provider,
Expand Down

0 comments on commit 77f9a5e

Please sign in to comment.