🐛 Correction d'un bug de réécriture d'une fonction
parent
2c3d8fe5d4
commit
d35eec0dbb
|
@ -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 && (
|
||||
|
|
Loading…
Reference in New Issue