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

Commit 92b1f3a

Browse files
author
Thijs Spijker
committed
fix: right query parameter
1 parent 202ec0a commit 92b1f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/GameList/GameListFilter.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138

139139
{#if category}
140140
<GameListPopup
141-
filterTitle="Spelsoort"
141+
filterTitle="category"
142142
filterItems={gameNames}
143143
activeQueries={query.getAll('category')}
144144
on:close={() => (category = !category)}

0 commit comments

Comments
 (0)