Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
fix: right query parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Thijs Spijker committed May 25, 2021
1 parent 202ec0a commit 92b1f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/GameList/GameListFilter.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@

{#if category}
<GameListPopup
filterTitle="Spelsoort"
filterTitle="category"
filterItems={gameNames}
activeQueries={query.getAll('category')}
on:close={() => (category = !category)}
Expand Down

0 comments on commit 92b1f3a

Please sign in to comment.