HabitatMap/AirCasting

View on GitHub
app/javascript/react/utils/determineZoomLevel.ts

Summary

Maintainability
B
6 hrs
Test Coverage

Function determineZoomLevel has 158 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const determineZoomLevel = (results: google.maps.GeocoderResult[]) => {
  const locationTypes = results[0].types;
  const primaryType = locationTypes[0];

  // Based on: https://developers.google.com/maps/documentation/places/web-service/supported_types
Severity: Major
Found in app/javascript/react/utils/determineZoomLevel.ts - About 6 hrs to fix

    There are no issues that match your filters.

    Category
    Status