Skip to content

Commit 3f0954c

Browse files
committed
fix
1 parent c70bcb9 commit 3f0954c

File tree

1 file changed

+0
-2
lines changed
  • frontend/src/components/job-page-handler

1 file changed

+0
-2
lines changed

frontend/src/components/job-page-handler/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ import { useAllJobListingsQuery } from "~/types";
66
import { JobBoardLayout } from "../job-board-layout";
77

88
export const JobPageHandler = () => {
9-
const language = useCurrentLanguage();
109
const {
1110
data: { jobListings },
1211
} = useAllJobListingsQuery({
1312
variables: {
14-
language,
1513
conference: process.env.conferenceCode,
1614
},
1715
});

0 commit comments

Comments
 (0)