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