frontend/sequences/step_tiles/tile_send_message.tsx
Function render
has 44 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const { dispatch, index, currentStep, currentSequence } = this.props;
return <StepWrapper {...this.props}
className={"send-message-step"}
helpText={t(ToolTips.SEND_MESSAGE)}>