1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00
metamask-extension/ui
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
..
app Remove unnecessary withRouter and compose calls (#7890) 2020-01-24 15:12:49 -04:00
lib Replace DetectRTC package with standard web APIs (#7887) 2020-01-23 14:04:16 -04:00
index.js Fix batch transaction UX (#7473) 2020-01-10 06:34:02 -08:00