mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 10:48:22 +00:00
fix isDisabled prop for verify button
This commit is contained in:
parent
bf8acd1679
commit
747a02b7a6
@ -194,7 +194,7 @@ class SignVerify extends Component<Props> {
|
||||
<FormattedMessage {...l10nCommonMessages.TR_CLEAR} />
|
||||
</StyledButton>
|
||||
<StyledButton
|
||||
isDisabled={verifyAddressError}
|
||||
isDisabled={!!verifyAddressError}
|
||||
onClick={() => {
|
||||
if (errors.length <= 0) {
|
||||
signVerifyActions.verify(
|
||||
|
Loading…
Reference in New Issue
Block a user