AZaviruha/pager

View on GitHub

Showing 1 of 9 total issues

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

    render() {
        const titles = this.getTitles.bind(this);
        let className = "pagination";
        if (this.props.className) {
            className += " " + this.props.className;
Severity: Minor
Found in src/pager.jsx - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language