We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
signaturePending
1 parent d98edd5 commit ac7bdb1Copy full SHA for ac7bdb1
packages/cockpit/ui/src/components/SignAndVerify.js
@@ -101,7 +101,7 @@ SignAndVerify.propTypes = {
101
accounts: PropTypes.array,
102
signMessage: PropTypes.func,
103
signatureError: PropTypes.string,
104
- signaturePending: PropTypes.func,
+ signaturePending: PropTypes.bool,
105
signedMessage: PropTypes.string,
106
verificationError: PropTypes.string,
107
verificationPending: PropTypes.bool,
0 commit comments