frontend/farm_designer/map/tool_graphics/slot.tsx
Function ToolbaySlot
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const ToolbaySlot = (props: ToolSlotGraphicProps) => {
const { id, x, y, pulloutDirection, quadrant, xySwap } = props;
const angle = toolbaySlotAngle(pulloutDirection, quadrant, xySwap);
const width = SlotDimensions.width;
const length = SlotDimensions.topViewLength;