cnap-cobre/synapse

View on GitHub
frontend/src/store/fileSystems/reducer.js

Summary

Maintainability
A
2 hrs
Test Coverage

Showing 1 of 1 total issue

Function fileSystems has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function fileSystems(state = initialFileSystemsState, action) {
const nonAgaveSystems = state.systems.filter(
sys => sys.provider !== 'agave',
);
const nonDropboxSystems = state.systems.filter(
Severity: Major
Found in frontend/src/store/fileSystems/reducer.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status