mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-05 22:00:59 +00:00
Merge pull request #421 from trezor/fix/disable-verify-btn
Fix/Disable verify btn on invalid address input
This commit is contained in:
commit
1b8477bcfe
@ -197,6 +197,7 @@ class SignVerify extends Component<Props> {
|
||||
<FormattedMessage {...l10nCommonMessages.TR_CLEAR} />
|
||||
</StyledButton>
|
||||
<StyledButton
|
||||
isDisabled={verifyAddressError}
|
||||
onClick={() => {
|
||||
if (errors.length <= 0) {
|
||||
signVerifyActions.verify(
|
||||
|
Loading…
Reference in New Issue
Block a user