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

Commit

Permalink
Merge pull request #103 from iSirThijs/hotfix/verkeerde-qeury-parameter
Browse files Browse the repository at this point in the history
[Hotfix] - Release 0.1.1
  • Loading branch information
Thijs authored May 25, 2021
2 parents 202ec0a + 92b1f3a commit bf6a651
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 bf6a651

Please sign in to comment.