fix: don't hide optional but free board options

This commit is contained in:
Björn Fromme
2025-05-07 12:35:37 +02:00
parent 0038ff598a
commit 03a52fe47c
@@ -307,7 +307,7 @@
{section.label}
</div>
<f:for each="{section.services}" as="service">
<f:if condition="{sectionCode} == 'BUS' || {service.price} != '0,00'">
<f:if condition="{sectionCode} == 'BUS' || {sectionCode} == 'VPF' || {service.price} != '0,00'">
<dl class="flex items-start justify-between p-1 hover:bg-zinc-50">
<dt class="font-normal">
{service.label}: