Skip to content

Commit

Permalink
fix: πŸ› remove tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Nov 29, 2024
1 parent f5a429f commit 1d2de37
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/routes/shop/category/[category]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import { page } from "$app/stores";
import CategoryView from "$lib/components/CategoryView/CategoryView.svelte";
const tags = $page.data.tags;
$: categoryToShow = $page.data.categoryToShow;
$: productArr = $page.data.productArr;
Expand All @@ -29,5 +27,4 @@
{categoryToShow}
whitelistedUserAgent={$page.data.whitelistedUserAgent}
{productArr}
{tags}
/>

0 comments on commit 1d2de37

Please sign in to comment.