Remove references to global watchlist property

This commit is contained in:
Björn Fromme
2018-12-20 18:03:29 +01:00
parent 5a10151ae2
commit 4ca2d708d5
3 changed files with 2 additions and 8 deletions
@@ -14,12 +14,6 @@
type: String,
required: true
},
watchlist: {
type: Array,
default () {
return [];
}
},
referringPage: {
type: Object,
default: null
@@ -100,7 +100,7 @@
</f:else>
</f:if>
</div>
<watchlist-toggle uid="{item.hotel.uid}:{product.uid}" :watchlist="watchlist" class="teaserbox-watchlist"></watchlist-toggle>
<watchlist-toggle uid="{item.hotel.uid}:{product.uid}" class="teaserbox-watchlist"></watchlist-toggle>
</div>
</f:section>
@@ -94,7 +94,7 @@
<a href="{uriLink}" title="{teaser.product.name}" class="button button--full searchresult-item__button">Details &amp; Buchen</a>
</div>
</div>
<watchlist-toggle uid="{teaser.key}" :watchlist="watchlist" class="teaserbox-watchlist"></watchlist-toggle>
<watchlist-toggle uid="{teaser.key}" class="teaserbox-watchlist"></watchlist-toggle>
</div>
</f:section>