1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +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 Use ternary conditionals instead of && (#12406) 2021-10-21 11:11:31 -05:00
signature-request-message Using design system breakpoint values across ui/ 2021-09-11 11:00:46 -07:00
index.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
index.scss Using design system breakpoint values across ui/ 2021-09-11 11:00:46 -07:00
signature-request.component.js Fix signature request propTypes (#12952) 2021-12-02 14:39:18 -03:30
signature-request.component.test.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
signature-request.constants.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
signature-request.container.js Reject popup confirmations on close (#12643) 2021-11-15 17:13:51 +01:00
signature-request.container.test.js UX Papercuts Epic: Create a consistent representation of the Buttons (#12096) 2021-10-05 15:20:42 -04:00
signature-request.stories.js Organizing storybook to echo app folder structure (#12796) 2021-12-01 11:27:57 -08:00