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 cb472edfe4 Fix a typo made comparing previous prop (#7628)
The prop `prevIsAccountMenuOpen` was referenced in `prevProps`, despite
it not existing. It seems clear from the context that the intention
was to check the `isAccountMenuOpen` prop from `prevProps`, and name
the local variable `prevIsAccountMenuOpen`.
2019-12-05 16:27:08 -04:00
..
components Fix a typo made comparing previous prop (#7628) 2019-12-05 16:27:08 -04:00
css
ducks Prevent redux state mutation (#7598) 2019-12-05 16:27:08 -04:00
helpers
pages Fix accessibility of first-time-flow terms checkboxes (#7501) 2019-12-05 16:27:08 -04:00
selectors
store