HabitatMap/AirCasting

View on GitHub
app/javascript/packs/elm.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function setupHeatMap has 64 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const setupHeatMap = () => {
  const node = document.getElementById("heatmap");
  if (!node) {
    setTimeout(setupHeatMap, 100);
  } else {
Severity: Major
Found in app/javascript/packs/elm.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status