From 91dbe2b7f67cf233a812e4a73b34d01ae719b8fb Mon Sep 17 00:00:00 2001 From: cpl121 <100352899+cpl121@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:00:34 +0100 Subject: [PATCH] fix: error when a transaction is rejected with ledger (#7531) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: error when a transaction is rejected with ledger * fix: close send popup for ledger devices --------- Co-authored-by: BegoƱa Alvarez --- .../popups/send/SendConfirmationPopup.svelte | 57 +++++++++++-------- 1 file changed, 33 insertions(+), 24 deletions(-) diff --git a/packages/desktop/components/popups/send/SendConfirmationPopup.svelte b/packages/desktop/components/popups/send/SendConfirmationPopup.svelte index 2cfb3f3fcb6..6d1e94b05d0 100644 --- a/packages/desktop/components/popups/send/SendConfirmationPopup.svelte +++ b/packages/desktop/components/popups/send/SendConfirmationPopup.svelte @@ -1,7 +1,23 @@