frontend/three_d_garden/button.tsx
Function PresetButton
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const PresetButton = (props: PresetButtonProps) => {
const { preset, choosePreset, hovered, setHovered, startPosition, index } = props;
const btnHeight = 50;
const btnZ = 0;
const textZ = btnHeight / 2 + 1;