mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 18:58:08 +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} />
|
<FormattedMessage {...l10nCommonMessages.TR_CLEAR} />
|
||||||
</StyledButton>
|
</StyledButton>
|
||||||
<StyledButton
|
<StyledButton
|
||||||
isDisabled={verifyAddressError}
|
isDisabled={!!verifyAddressError}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
if (errors.length <= 0) {
|
if (errors.length <= 0) {
|
||||||
signVerifyActions.verify(
|
signVerifyActions.verify(
|
||||||
|
Loading…
Reference in New Issue
Block a user