Skip to content

Commit

Permalink
fix: disabled state of confirm button of send confirmation dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonmaslowski committed Dec 6, 2024
1 parent 5a127a2 commit 7a79cfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function View({
isHardwareWallet,
isValid: passphraseField.isValid,
}) ||
!!error,
isSubmitting,
},
];

Expand Down

0 comments on commit 7a79cfc

Please sign in to comment.