diff --git a/frontend/src/component/feature/form/strategy-configure.jsx b/frontend/src/component/feature/form/strategy-configure.jsx index 7519b8b88d..f9721cfb06 100644 --- a/frontend/src/component/feature/form/strategy-configure.jsx +++ b/frontend/src/component/feature/form/strategy-configure.jsx @@ -215,10 +215,10 @@ class StrategyConfigure extends React.Component { render() { const { isDragging, connectDragPreview, connectDragSource, connectDropTarget } = this.props; - const description = this.props.strategyDefinition.description; let item; if (this.props.strategyDefinition) { + const description = this.props.strategyDefinition.description; const strategyContent = this.renderStrategContent(this.props.strategyDefinition); const { name } = this.props.strategy; item = (