fix: always show concept in product teaser
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user