1
0
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:
Thomas 2018-10-31 14:30:51 -07:00
parent f2fea8043e
commit de297cd74d

View File

@ -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: