Fix missing taxon header

This commit is contained in:
Bartłomiej Sęk 2024-11-08 13:45:55 +01:00
parent 38b2de2de9
commit e890f9c302

View file

@ -1,3 +1,3 @@
<div class="mb-4">
{% hook 'sylius_shop.product.index.page.body.main.header' with { taxon } %}
{% hook 'sylius_shop.product.index.content.body.main.header' with { taxon } %}
</div>