We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70bcb9 commit 3f0954cCopy full SHA for 3f0954c
frontend/src/components/job-page-handler/index.tsx
@@ -6,12 +6,10 @@ import { useAllJobListingsQuery } from "~/types";
6
import { JobBoardLayout } from "../job-board-layout";
7
8
export const JobPageHandler = () => {
9
- const language = useCurrentLanguage();
10
const {
11
data: { jobListings },
12
} = useAllJobListingsQuery({
13
variables: {
14
- language,
15
conference: process.env.conferenceCode,
16
},
17
});
0 commit comments