🐛 Corrige la page de règles

pull/209/head
Laurent Bossavit 2018-04-25 14:11:26 +02:00
parent 6ff12926c5
commit 465027d99c
1 changed files with 1 additions and 1 deletions

View File

@ -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)