🐛 Correction d'un bug de réécriture d'une fonction

pull/456/head
Mael 2019-02-05 18:38:44 +01:00
parent 2c3d8fe5d4
commit d35eec0dbb
1 changed files with 1 additions and 1 deletions

View File

@ -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 && (