1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui/app/components
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
ui Use ref in Mascot component rather than reaching into DOM directly (#7893) 2020-01-24 14:15:34 -04:00