mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
nextUnreadNotice undefined rather than null
This commit is contained in:
parent
f2fea8043e
commit
de297cd74d
@ -74,7 +74,7 @@ function reduceMetamask (state, action) {
|
||||
case actions.CLEAR_NOTICES:
|
||||
return extend(metamaskState, {
|
||||
noActiveNotices: true,
|
||||
nextUnreadNotice: null,
|
||||
nextUnreadNotice: undefined,
|
||||
})
|
||||
|
||||
case actions.UPDATE_METAMASK_STATE:
|
||||
|
Loading…
Reference in New Issue
Block a user