frontend/farm_designer/map/background/map_background.tsx
Function MapBackground
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function MapBackground(props: MapBackgroundProps) {
const { mapTransformProps, plantAreaOffset, templateView } = props;
const gridSize = getMapSize(mapTransformProps);
const boardWidth = 20;
const mapSize = getMapSize(mapTransformProps, plantAreaOffset);