diff --git a/src/routes/shop/__layout.svelte b/src/routes/shop/__layout.svelte index 26eafa3..a277196 100644 --- a/src/routes/shop/__layout.svelte +++ b/src/routes/shop/__layout.svelte @@ -171,7 +171,7 @@ location ( filter: { - has_poster: { _eq: 1 }, + has_poster: { _eq: true }, status: { _eq: "published" }, }, sort: "name"