From 7a79cfc786546496460c4aade6be3d301487dddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Mas=C5=82owski?= Date: Fri, 6 Dec 2024 11:26:31 +0100 Subject: [PATCH] fix: disabled state of confirm button of send confirmation dialog --- .../wallet/dialogs/send-confirmation/SendConfirmation.view.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/renderer/app/containers/wallet/dialogs/send-confirmation/SendConfirmation.view.tsx b/source/renderer/app/containers/wallet/dialogs/send-confirmation/SendConfirmation.view.tsx index c8a786b7aa..2e9da4496c 100644 --- a/source/renderer/app/containers/wallet/dialogs/send-confirmation/SendConfirmation.view.tsx +++ b/source/renderer/app/containers/wallet/dialogs/send-confirmation/SendConfirmation.view.tsx @@ -90,7 +90,7 @@ function View({ isHardwareWallet, isValid: passphraseField.isValid, }) || - !!error, + isSubmitting, }, ];