frontend/tools/tool_verification.tsx
Function ToolVerification
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const ToolVerification = (props: ToolVerificationProps) => {
const toolVerificationSensor =
props.sensors.filter(sensor => sensor.body.label.toLowerCase()
.includes("tool verification"))[0] as TaggedSensor | undefined;
const toolVerificationPin = toolVerificationSensor