Lint: whitespace issue
This commit is contained in:
parent
c5e1f3cfd4
commit
d78a62ed41
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ export default function reports(state = initialState, action) {
|
|||
case REPORT_FORWARD_CHANGE:
|
||||
return state.setIn(['new', 'forward'], action.forward);
|
||||
case REPORT_BLOCK_CHANGE:
|
||||
return state.setIn(['new', 'block'], action.block);
|
||||
return state.setIn(['new', 'block'], action.block);
|
||||
case REPORT_SUBMIT_REQUEST:
|
||||
return state.setIn(['new', 'isSubmitting'], true);
|
||||
case REPORT_SUBMIT_FAIL:
|
||||
|
|
Loading…
Reference in a new issue