Skip to content
Snippets Groups Projects
Commit 6f27f6fa authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

fix: plantage quand un paramètre n'a pas d'inflateur

parent e33f3b4f
Branches
Tags
No related merge requests found
Pipeline #21967 passed
...@@ -260,11 +260,11 @@ ...@@ -260,11 +260,11 @@
...reformParameters.children?.[ ...reformParameters.children?.[
(reformName === billName (reformName === billName
? billInflatorPath ? billInflatorPath
: revaluationInflatorPath)![0] : revaluationInflatorPath)?.[0] ?? ""
]?.children[ ]?.children[
(reformName === billName (reformName === billName
? billInflatorPath ? billInflatorPath
: revaluationInflatorPath)![1] : revaluationInflatorPath)?.[1] ?? ""
], ],
...{ ...{
revaluation_inflator_reference: (reformName === billName revaluation_inflator_reference: (reformName === billName
......
...@@ -253,11 +253,11 @@ ...@@ -253,11 +253,11 @@
...reformParameters.children?.[ ...reformParameters.children?.[
(reformName === billName (reformName === billName
? billInflatorPath ? billInflatorPath
: revaluationInflatorPath)![0] : revaluationInflatorPath)?.[0] ?? ""
]?.children[ ]?.children[
(reformName === billName (reformName === billName
? billInflatorPath ? billInflatorPath
: revaluationInflatorPath)![1] : revaluationInflatorPath)?.[1] ?? ""
], ],
...{ ...{
revaluation_inflator_reference: (reformName === billName revaluation_inflator_reference: (reformName === billName
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment