1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
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
..
components Remove unnecessary withRouter and compose calls (#7890) 2020-01-24 15:12:49 -04:00
css Make account details modal close button easier to click (#7797) 2020-01-10 10:43:53 -04:00
ducks Remove unused current view related things (#7843) 2020-01-16 13:02:44 -04:00
helpers Remove unnecessary withRouter and compose calls (#7890) 2020-01-24 15:12:49 -04:00
pages Remove unnecessary withRouter and compose calls (#7890) 2020-01-24 15:12:49 -04:00
selectors Remove unused current view related things (#7843) 2020-01-16 13:02:44 -04:00
store Change "Log In/Out" terminology to "Unlock/Lock" (#7853) 2020-01-21 14:09:53 -08:00