Skip to content

Commit

Permalink
Fix display of tags on Transition web
Browse files Browse the repository at this point in the history
  • Loading branch information
DinerIsmail committed Oct 16, 2024
1 parent f901c49 commit 8f886c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/transition/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default async function TransitionPage() {

await queryClient.prefetchQuery({
// eslint-disable-next-line @tanstack/query/exhaustive-deps
queryKey: ['tags', { webSlug: 'transition', all: false }],
queryKey: ['tags', { webSlug: 'transition', public: true }],
queryFn: () => {
return data.tags
},
Expand Down

0 comments on commit 8f886c6

Please sign in to comment.