1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
metamask-extension/ui/components
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
..
app Fix signature request propTypes (#12952) 2021-12-02 14:39:18 -03:30
ui Added SiteOrigin and PermissionList components (#12832) 2021-12-02 18:22:18 +01:00