HabitatMap/AirCasting

View on GitHub
app/javascript/react/components/Map/Markers/ClusterConfiguration.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

  render: (cluster: Cluster) => {
    // Accept the entire Cluster object
    const { count, position, markers = [] } = cluster;

    const customMarkers = markers as CustomMarker[];

    There are no issues that match your filters.

    Category
    Status