Skip to content

Commit ac7bdb1

Browse files
fix(@cockpit/utilities): signaturePending prop should be type bool in component SignAndVerify
1 parent d98edd5 commit ac7bdb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cockpit/ui/src/components/SignAndVerify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ SignAndVerify.propTypes = {
101101
accounts: PropTypes.array,
102102
signMessage: PropTypes.func,
103103
signatureError: PropTypes.string,
104-
signaturePending: PropTypes.func,
104+
signaturePending: PropTypes.bool,
105105
signedMessage: PropTypes.string,
106106
verificationError: PropTypes.string,
107107
verificationPending: PropTypes.bool,

0 commit comments

Comments
 (0)