Skip to content

Commit

Permalink
feat: remove hidden for inpage on credit
Browse files Browse the repository at this point in the history
  • Loading branch information
joyet-simon committed Oct 1, 2024
1 parent 9258695 commit 4c6569e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</div>

<!-- Gestion de l'affichage dynamique de la section inpage -->
<div id="${plan.key}-inpage" ${plan.key === 'ALMA_general_1_0' || plan.installments_count > 4 ? 'hidden' : ''}></div>
<div id="${plan.key}-inpage" ${plan.key === 'ALMA_general_1_0' ? 'hidden' : ''}></div>
</isloop>
</isif>
</isloop>
Expand Down

0 comments on commit 4c6569e

Please sign in to comment.