FarmBot/Farmbot-Web-App

View on GitHub
frontend/three_d_garden/solar.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Solar has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const Solar = (props: SolarProps) => {
  const { config } = props;
  const zGround = -config.bedZOffset - config.bedHeight;
  return <Group name={"solar"}
    visible={config.solar || props.activeFocus == "What you need to provide"}>
Severity: Minor
Found in frontend/three_d_garden/solar.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status