Skip to content
Snippets Groups Projects
Commit 94b883cc authored by Toufic Batache's avatar Toufic Batache
Browse files

Fix graph bug for "chômeur" and "retraité" test cases

parent 7e30e85b
Branches
Tags 0.0.672
No related merge requests found
Pipeline #13953 passed
......@@ -325,7 +325,7 @@
}
const firstPrelevementIndex = prelevementsValues.findIndex(
(variable) => variable.name === "csg_deductible_salaire",
(variable) => variable.name.startsWith("csg_deductible"),
)
variableGroups = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment