Skip to content

Commit

Permalink
fix(@cockpit/utilities): signaturePending prop should be type bool …
Browse files Browse the repository at this point in the history
…in component SignAndVerify
  • Loading branch information
michaelsbradleyjr committed Mar 7, 2020
1 parent d98edd5 commit ac7bdb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cockpit/ui/src/components/SignAndVerify.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ac7bdb1

Please sign in to comment.