diff --git a/source/components/rule/Rule.js b/source/components/rule/Rule.js index 5ae171efa..7c91189c9 100644 --- a/source/components/rule/Rule.js +++ b/source/components/rule/Rule.js @@ -96,7 +96,9 @@ export default class Rule extends Component { ) : null} - {flatRule.question && } + {//flatRule.question && + // Fonctionnalité intéressante, à implémenter correctement + false && } {flatRule.ns && ( )}