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 d8a4b7fc9b
Fix alert disabling type error (#8561)
When disabling an alert, the background `alertEnabledness` state of the
alert was being set to `undefined` instead of `false`. This didn't have
any user-facing effect, since `undefined` is falsey, but it did result
in a PropType error on the Alert settings page. This mistake was made
in #8550.

The `alertEnabledness` state is now correctly set to `false` instead of
`undefined`.
2020-05-08 21:49:41 -03:00
..
components Allow disabling alerts (#8550) 2020-05-08 16:45:52 -03:00
contexts Use createContext for metametrics context (preserve legacy context) (#8540) 2020-05-08 11:41:43 -05:00
css Fix connection modal style issues (#8433) 2020-05-04 12:04:41 -03:00
ducks Fix alert disabling type error (#8561) 2020-05-08 21:49:41 -03:00
helpers Allow disabling alerts (#8550) 2020-05-08 16:45:52 -03:00
hooks Use createContext for metametrics context (preserve legacy context) (#8540) 2020-05-08 11:41:43 -05:00
pages Allow disabling alerts (#8550) 2020-05-08 16:45:52 -03:00
selectors Make permissions selectors less bad (#8529) 2020-05-05 21:04:05 -07:00
store Allow disabling alerts (#8550) 2020-05-08 16:45:52 -03:00