HabitatMap/AirCasting

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

Summary

Maintainability
A
1 hr
Test Coverage

Function onAdd has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  onAdd() {
    this.div = document.createElement("div");
    this.div.style.position = "absolute";
    this.div.style.cursor = "pointer";
    this.div.title = this.title;
Severity: Minor
Found in app/javascript/react/components/Map/Markers/CustomMarker.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status