mirror of
https://github.com/wassname/talk.git
synced 2026-08-14 12:50:17 +08:00
typo
This commit is contained in:
@@ -14,7 +14,7 @@ export default (state = initialState, action) => {
|
||||
.merge(Map(action.config));
|
||||
case actions.UPDATE_CONFIG_SUCCESS:
|
||||
return state
|
||||
.merge(Map(action.settings));
|
||||
.merge(Map(action.config));
|
||||
case actions.OPEN_COMMENTS:
|
||||
return state
|
||||
.set('status', 'open');
|
||||
|
||||
Reference in New Issue
Block a user