myTerminal/ample-autocomplete

View on GitHub

Showing 1 of 1 total issue

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

    render() {
        return (
            <div className={'ample-autocomplete ' + (this.state.isDropdownVisible ? 'open' : '')}>
                <input type="text"
                    className="ample-autocomplete-input"
Severity: Minor
Found in src/scripts/ample-autocomplete.jsx - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language