1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00
metamask-extension/ui/pages/unlock-page
Mark Stacey 91af73b211
Remove invalid disableRipple prop (#12948)
The `disableRipple` prop was resulting in a React error in development
builds because it was unrecognized by React. This prop dates back to
when we were using the `@material-ui` Button class. It no longer serves
any purpose, so it has been removed.
2021-12-03 11:22:14 -03:30
..
index.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
index.scss UX Papercuts Epic: Create a consistent representation of the Buttons (#12096) 2021-10-05 15:20:42 -04:00
unlock-page.component.js Remove invalid disableRipple prop (#12948) 2021-12-03 11:22:14 -03:30
unlock-page.component.test.js replacing seed phrase with Secret Recovery Phrase (#10994) 2021-05-07 09:07:43 -04:00
unlock-page.container.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
unlock-page.container.test.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
unlock-page.stories.js Organizing storybook to echo app folder structure (#12796) 2021-12-01 11:27:57 -08:00