fix: always show concept in product teaser

This commit is contained in:
Björn Fromme
2026-07-09 14:30:08 +02:00
parent b7e371f60e
commit 53d9a36183
@@ -36,11 +36,7 @@
<f:if condition="{country.code}">
{ep:icon(class: 'product-teaser__flag', icon: 'flag-{country.code -> f:format.case(mode: \'lower\')}')}
</f:if>
<span class="product-teaser__label-concept">
<f:if condition="{showHotelDetails}">
{concept.name}
</f:if>
</span>
<span class="product-teaser__label-concept">{concept.name}</span>
</div>
<button type="button"
data-controller="watchlist-toggle"