FarmBot/Farmbot-Web-App

View on GitHub
frontend/sequences/step_tiles/tile_send_message.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    const { dispatch, index, currentStep, currentSequence } = this.props;
    return <StepWrapper {...this.props}
      className={"send-message-step"}
      helpText={t(ToolTips.SEND_MESSAGE)}>
Severity: Minor
Found in frontend/sequences/step_tiles/tile_send_message.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status