src/pages/About.js
Function render
has 215 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const { mapShown } = this.state
const { region, states } = this.props
const toggles = [
{ disabled: !mapShown, type: 'table' },
File About.js
has 371 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import React from 'react'
import Helmet from 'react-helmet'
import { Link } from 'react-router'
import { connect } from 'react-redux'
import reduceEntries from 'reduce-entries'