1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui/app/helpers
Mark Stacey b90b30f706
Remove unnecessary withRouter and compose calls (#7890)
`withRouter` has been removed from any components that were not using
any of the three props injected by `withRouter`: `history`, `location`,
and `match`.

`compose` is a no-op when called upon a single component, so it has
been removed in all such cases.
2020-01-24 15:12:49 -04:00
..
constants Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
higher-order-components Remove unnecessary withRouter and compose calls (#7890) 2020-01-24 15:12:49 -04:00
utils Add mechanism to randomize seed phrase filename (#7863) 2020-01-21 21:22:55 -04:00