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

Fix JavaScript syntax.

parent e6f8f2fa
Branches
Tags 0.0.191
No related merge requests found
Pipeline #5541 passed
...@@ -782,7 +782,7 @@ ...@@ -782,7 +782,7 @@
> >
</span> </span>
</div> </div>
{:else if billParameter.name === "impot_revenu.calcul_impot_revenu.plaf_qf.quotient_familial.conj" || "impot_revenu.calcul_impot_revenu.plaf_qf.quotient_familial.enf1" || "impot_revenu.calcul_impot_revenu.plaf_qf.quotient_familial.enf2"} {:else if ["impot_revenu.calcul_impot_revenu.plaf_qf.quotient_familial.conj", "impot_revenu.calcul_impot_revenu.plaf_qf.quotient_familial.enf1", "impot_revenu.calcul_impot_revenu.plaf_qf.quotient_familial.enf2"].includes(billParameter.name)}
<h4 <h4
class="mb-4 font-serif text-2xl italic text-gray-700 md:text-3xl" class="mb-4 font-serif text-2xl italic text-gray-700 md:text-3xl"
> >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment