mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-07 14:50:52 +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} />
|
<FormattedMessage {...l10nCommonMessages.TR_CLEAR} />
|
||||||
</StyledButton>
|
</StyledButton>
|
||||||
<StyledButton
|
<StyledButton
|
||||||
|
isDisabled={verifyAddressError}
|
||||||
onClick={
|
onClick={
|
||||||
() => {
|
() => {
|
||||||
if (errors.length <= 0) {
|
if (errors.length <= 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user