dynamic/silverstripe-locator-frontend-react

View on GitHub
client/src/js/containers/map/Map.jsx

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const {center, defaultCenter, mapStyle, clusters, clusterStyles} = this.props;

    // we don't want a center if it is invalid
    const opts = {};
Severity: Minor
Found in client/src/js/containers/map/Map.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status