superdesk/superdesk-client-core

View on GitHub
scripts/core/ui/components/AutoCompleteSuggestions.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

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

    render() {
        if (this.state.visible !== true) {
            return null;
        }

Severity: Major
Found in scripts/core/ui/components/AutoCompleteSuggestions.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status