Enable page transition on Shop index

This commit is contained in:
2022-07-16 15:50:52 +02:00
parent c2005bbac2
commit 025bb522a9

View File

@@ -6,7 +6,7 @@
export let name: string
$: doNotScroll = !$page.url.searchParams.get('country') && !$page.url.pathname.includes('/shop')
$: doNotScroll = !$page.url.searchParams.get('country') && !$page.url.pathname.includes('/shop/')
</script>
<main class={name}