Showing 1 of 9 total issues
Function render
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const titles = this.getTitles.bind(this);
let className = "pagination";
if (this.props.className) {
className += " " + this.props.className;