1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-25 04:40:18 +02:00
metamask-extension/ui/app/ducks
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
..
alerts Fix alert disabling type error (#8561) 2020-05-08 21:49:41 -03:00
app Export each action constant directly (#8536) 2020-05-06 16:26:09 -02:30
confirm-transaction Reorganize selectors directory (#8497) 2020-05-02 12:41:17 -07:00
gas Reorganize selectors directory (#8497) 2020-05-02 12:41:17 -07:00
locale Export each action constant directly (#8536) 2020-05-06 16:26:09 -02:30
metamask Allow disabling alerts (#8550) 2020-05-08 16:45:52 -03:00
send Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30
index.js Allow disabling alerts (#8550) 2020-05-08 16:45:52 -03:00