fix(@cockpit/utilities): `signaturePending` prop should be type bool in component SignAndVerify

This commit is contained in:
Michael Bradley, Jr 2020-03-06 16:10:07 -06:00 committed by Michael Bradley
parent d98edd5409
commit ac7bdb17bd
1 changed files with 1 additions and 1 deletions

View File

@ -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,