FarmBot/Farmbot-Web-App

View on GitHub
frontend/three_d_garden/zoom_beacons.tsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function ZoomBeacons has 79 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const ZoomBeacons = (props: ZoomBeaconsProps) => {
  const [hoveredFocus, setHoveredFocus] = React.useState("");
  const { activeFocus, setActiveFocus } = props;
  const gardenBedDiv =
    // eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion
Severity: Major
Found in frontend/three_d_garden/zoom_beacons.tsx - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status