From d35eec0dbb3fc94723fdaefc7f82ecc1abec26ff Mon Sep 17 00:00:00 2001 From: Mael Date: Tue, 5 Feb 2019 18:38:44 +0100 Subject: [PATCH] =?UTF-8?q?:bug:=20Correction=20d'un=20bug=20de=20r=C3=A9?= =?UTF-8?q?=C3=A9criture=20d'une=20fonction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/rule/Algorithm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/rule/Algorithm.js b/source/components/rule/Algorithm.js index 40678aa00..dd01c3030 100644 --- a/source/components/rule/Algorithm.js +++ b/source/components/rule/Algorithm.js @@ -10,7 +10,7 @@ import { ShowValuesProvider } from './ShowValuesContext'; let Conditions = ({ parentDependency, 'applicable si': applicable, - 'non applicable': notApplicable + 'non applicable si': notApplicable }) => { let listElements = [ parentDependency?.nodeValue === false && (