mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-05 22:00:59 +00:00
disable verify button on invalid address
This commit is contained in:
parent
9902a0c21c
commit
fc87831074
@ -194,6 +194,7 @@ class SignVerify extends Component <Props> {
|
||||
<FormattedMessage {...l10nCommonMessages.TR_CLEAR} />
|
||||
</StyledButton>
|
||||
<StyledButton
|
||||
isDisabled={verifyAddressError}
|
||||
onClick={
|
||||
() => {
|
||||
if (errors.length <= 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user