Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
xs9627 committed Nov 28, 2020
1 parent 025a151 commit c651e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reducers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const rootReducer = (state = initialState, action) => {
}
return persistence(state, updated);
} else {
return {...state};
return {...state, channelFeedUpdating: false};
}
}
case types.SELECT_CHANNEL: {
Expand Down

0 comments on commit c651e0e

Please sign in to comment.