From fae065f93cf43f21619f2a5defcff80723cad762 Mon Sep 17 00:00:00 2001 From: chrisduma-ledger Date: Wed, 11 Sep 2024 15:31:21 +0300 Subject: [PATCH 1/2] hotfix: swap button fix --- .../Exchange/CompleteExchange/TransactionBroadcastedContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ledger-live-desktop/src/renderer/modals/Platform/Exchange/CompleteExchange/TransactionBroadcastedContent.tsx b/apps/ledger-live-desktop/src/renderer/modals/Platform/Exchange/CompleteExchange/TransactionBroadcastedContent.tsx index 36f656037d37..7fb6c3bfc732 100644 --- a/apps/ledger-live-desktop/src/renderer/modals/Platform/Exchange/CompleteExchange/TransactionBroadcastedContent.tsx +++ b/apps/ledger-live-desktop/src/renderer/modals/Platform/Exchange/CompleteExchange/TransactionBroadcastedContent.tsx @@ -44,7 +44,7 @@ export function TransactionBroadcastedContent(props: TransactionBroadcastedConte - + From c76dfe4102c5dbf9fb2c5a23ff8555d2741a053d Mon Sep 17 00:00:00 2001 From: chrisduma-ledger Date: Wed, 11 Sep 2024 15:34:00 +0300 Subject: [PATCH 2/2] chore: add changeset --- .changeset/eighty-pears-run.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/eighty-pears-run.md diff --git a/.changeset/eighty-pears-run.md b/.changeset/eighty-pears-run.md new file mode 100644 index 000000000000..9bf47b0fb9a3 --- /dev/null +++ b/.changeset/eighty-pears-run.md @@ -0,0 +1,5 @@ +--- +"ledger-live-desktop": patch +--- + +Fixes View Details button for the Swap Live App