1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +01:00
metamask-extension/ui/components/app/signature-request
Mark Stacey fac68980e0
Fix signature request propTypes (#12952)
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.
2021-12-02 14:39:18 -03:30
..
signature-request-footer Fix signature request propTypes (#12952) 2021-12-02 14:39:18 -03:30
signature-request-header
signature-request-message
index.js
index.scss
signature-request.component.js Fix signature request propTypes (#12952) 2021-12-02 14:39:18 -03:30
signature-request.component.test.js
signature-request.constants.js
signature-request.container.js
signature-request.container.test.js
signature-request.stories.js