reset follow on enabled
This commit is contained in:
parent
370e20d76a
commit
38fee74760
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ export default function reducer(state = defaultState, action = {}) {
|
|||
return Object.assign({}, state, {
|
||||
enabled: true,
|
||||
newTab: action.newTab,
|
||||
keys: '',
|
||||
});
|
||||
case actions.FOLLOW_DISABLE:
|
||||
return Object.assign({}, state, {
|
||||
|
|
Reference in a new issue