mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
fac68980e0
There were two propType errors in the signature request and signature request footer components. A boolean was wrongly declared as a function, and that same boolean was later declared with an invalid propType (`PropTypes.boolean` rather than `PropTypes.bool`). Both errors have been fixed. |
||
---|---|---|
.. | ||
signature-request-footer | ||
signature-request-header | ||
signature-request-message | ||
index.js | ||
index.scss | ||
signature-request.component.js | ||
signature-request.component.test.js | ||
signature-request.constants.js | ||
signature-request.container.js | ||
signature-request.container.test.js | ||
signature-request.stories.js |