Fix current product detection on Shop location switcher select
This commit is contained in:
@@ -128,6 +128,6 @@
|
||||
class:is-visible={scrolledPastIntro}
|
||||
class:is-overlaid={$cartOpen}
|
||||
>
|
||||
<ShopLocationSwitcher />
|
||||
<ShopLocationSwitcher currentProductSlug={product && product.location.slug} />
|
||||
<ButtonCart />
|
||||
</nav>
|
||||
Reference in New Issue
Block a user