frontend/src/store/ui/focusedFiles/reducer.js
Showing 1 of 1 total issue
Function focusedFile
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function focusedFile(state = initialFocusedFileState, action) { const currentFocusedFilesList = state.list; switch (action.type) { case ADD_FOCUSED_FILE: return Object.assign({}, state, {