frontend/src/store/fileSystems/reducer.js
Showing 1 of 1 total issue
Function fileSystems
has 53 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function fileSystems(state = initialFileSystemsState, action) { const nonAgaveSystems = state.systems.filter( sys => sys.provider !== 'agave', ); const nonDropboxSystems = state.systems.filter(