Skip to content

Commit e083411

Browse files
fix: disabled state of confirm button of send confirmation dialog (#3256)
1 parent 5a127a2 commit e083411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/renderer/app/containers/wallet/dialogs/send-confirmation/SendConfirmation.view.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function View({
9090
isHardwareWallet,
9191
isValid: passphraseField.isValid,
9292
}) ||
93-
!!error,
93+
isSubmitting,
9494
},
9595
];
9696

0 commit comments

Comments
 (0)