Skip to content
Snippets Groups Projects
Commit ae889e39 authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

Supprime les $inspect oubliés dans la MR précédente

parent 19a7d5b5
Branches
Tags
1 merge request!326Warning 2 adultes statut marital different
Pipeline #21994 passed
......@@ -296,10 +296,6 @@
(lawOrRevaluationScaleAtInstant![0].threshold === "expected" ||
lawOrRevaluationScaleAtInstant![0].threshold.value === 0),
)
$inspect("billScaleAtInstant", billScaleAtInstant)
$inspect("lawScaleAtInstant", lawScaleAtInstant)
$inspect("revaluationScaleAtInstant", revaluationScaleAtInstant)
</script>
{#if !hideNull || (typeof billScaleAtInstant === "object" && billScaleAtInstant !== null && billScaleAtInstant?.value !== null) || (typeof lawScaleAtInstant === "object" && lawScaleAtInstant !== null && lawScaleAtInstant?.value !== null) || (typeof revaluationScaleAtInstant === "object" && revaluationScaleAtInstant !== null && revaluationScaleAtInstant?.value !== null)}
......
......@@ -140,7 +140,6 @@
}
dispatch("changeValue", value)
}
$inspect("billValueFormatted", billValueFormatted)
</script>
<div class="flex flex-col">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment