frontend/photos/image_workspace/farmbot_picker.tsx
Function render
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const H_AVG = this.props.invertHue
? 0
: ((this.props.h[1] * 2 + this.props.h[0] * 2) / 2);
/** 💥💥💥SURPRISING CODE AHEAD: