1
0
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:
slowbackspace 2019-03-04 13:45:46 +01:00
parent 9902a0c21c
commit fc87831074

View File

@ -194,6 +194,7 @@ class SignVerify extends Component <Props> {
<FormattedMessage {...l10nCommonMessages.TR_CLEAR} />
</StyledButton>
<StyledButton
isDisabled={verifyAddressError}
onClick={
() => {
if (errors.length <= 0) {