Skip to content

Commit

Permalink
fix category when navigating to a single company
Browse files Browse the repository at this point in the history
  • Loading branch information
ddxv committed Sep 19, 2024
1 parent 7c85b8d commit 9aaddcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/AdtechTable.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
export let store_name: string;
// export let category_name: string;
$: category_name = homeCategorySelection;
$: category_name = $homeCategorySelection;
function navigate(name: string) {
window.location.href = `/adtech/companies/${name}/${store_name}/${category_name}`;
Expand Down

0 comments on commit 9aaddcb

Please sign in to comment.