FarmBot/Farmbot-Web-App

View on GitHub
frontend/zones/zones_inventory.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function RawZones has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const RawZones = (props: ZonesProps) => {
  const navigate = (id: number) => push(Path.zones(id));
  const [searchTerm, setSearchTerm] = React.useState("");
  return <DesignerPanel panelName={"zones-inventory"} panel={Panel.Zones}>
    <DesignerNavTabs />
Severity: Minor
Found in frontend/zones/zones_inventory.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status