mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-16 15:47:25 +00:00
fix(@cockpit/utilities): signaturePending
prop should be type bool in component SignAndVerify
This commit is contained in:
parent
d98edd5409
commit
ac7bdb17bd
@ -101,7 +101,7 @@ SignAndVerify.propTypes = {
|
||||
accounts: PropTypes.array,
|
||||
signMessage: PropTypes.func,
|
||||
signatureError: PropTypes.string,
|
||||
signaturePending: PropTypes.func,
|
||||
signaturePending: PropTypes.bool,
|
||||
signedMessage: PropTypes.string,
|
||||
verificationError: PropTypes.string,
|
||||
verificationPending: PropTypes.bool,
|
||||
|
Loading…
x
Reference in New Issue
Block a user