diff --git a/source/components/rule/Rule.js b/source/components/rule/Rule.js index 56ddf26a9..b6d09f2eb 100644 --- a/source/components/rule/Rule.js +++ b/source/components/rule/Rule.js @@ -27,7 +27,7 @@ import withColours from '../withColours' @translate() export default class Rule extends Component { render() { - let { form, rule, currentExample, rules, flatRules } = this.props, + let { form, rule, currentExample, rules, flatRules, analysis } = this.props, flatRule = findRuleByDottedName(flatRules, rule.dottedName), conversationStarted = !isEmpty(analysis)