diff --git a/src/lib/components/impacts_view/test_cases_view/test_case_selected/graph/TestCaseGraph.svelte b/src/lib/components/impacts_view/test_cases_view/test_case_selected/graph/TestCaseGraph.svelte
index 2642d8bce1dd5b30f9d44cb41f7e43bf801f6308..3592bdb95985178063065c5abb0b085cfcffb34a 100644
--- a/src/lib/components/impacts_view/test_cases_view/test_case_selected/graph/TestCaseGraph.svelte
+++ b/src/lib/components/impacts_view/test_cases_view/test_case_selected/graph/TestCaseGraph.svelte
@@ -752,7 +752,7 @@
               variableCustomizations[key] =
                 variableCustomizations[
                   getVariableCustomizationName(
-                    variable.parent,
+                    variable.name,
                     row.calculationName,
                   )
                 ] ??
@@ -843,7 +843,7 @@
               variableCustomizations[key] =
                 variableCustomizations[
                   getVariableCustomizationName(
-                    variable.parent,
+                    variable.name,
                     row.calculationName,
                   )
                 ] ??
@@ -1072,7 +1072,6 @@
                                   )
                                 ].selected = isSelected ? "false" : "true"
                                 updateVariableValuesAndCustomizations()
-                                console.log({ variableCustomizations })
                               }}
                             >
                               <div