diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/reducers/follow.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reducers/follow.js b/src/reducers/follow.js index 27543ec..ed875e8 100644 --- a/src/reducers/follow.js +++ b/src/reducers/follow.js @@ -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, { |