Skip to content
Snippets Groups Projects
Commit a9ee1ceb authored by David Smadja's avatar David Smadja
Browse files

Fix bad mistake on previous commit...

parent fee62905
No related merge requests found
Pipeline #19864 passed
......@@ -303,7 +303,7 @@ export function setSituationVariableValue(
) {
return false
}
if ((variable.name = "date_naissance")) {
if (variable.name === "date_naissance") {
valueByPeriod[year] = value
} else {
valueByPeriod[year - 2] = value
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment