fix: don't hide optional but free board options
This commit is contained in:
@@ -307,7 +307,7 @@
|
|||||||
{section.label}
|
{section.label}
|
||||||
</div>
|
</div>
|
||||||
<f:for each="{section.services}" as="service">
|
<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">
|
<dl class="flex items-start justify-between p-1 hover:bg-zinc-50">
|
||||||
<dt class="font-normal">
|
<dt class="font-normal">
|
||||||
{service.label}:
|
{service.label}:
|
||||||
|
|||||||
Reference in New Issue
Block a user