superdesk/superdesk-client-core

View on GitHub
scripts/core/ui/components/dropdown-tree.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function render has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    render() {
        const {groups, getToggleElement} = this.props;
        const onClick = () => this.setState({open: !this.state.open});

        return (
Severity: Major
Found in scripts/core/ui/components/dropdown-tree.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status