Skip to content

Commit

Permalink
Remove open application
Browse files Browse the repository at this point in the history
  • Loading branch information
Krakels committed Oct 25, 2024
1 parent e45cb07 commit 81134f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/jobs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { and } from 'src/utils/css';
import JobListingItem from './list-item';
import { OfficeSelector } from 'src/office-selector';
import PageTitle from '@components/page-title';
import OpenApplicationListingItem from './open-application-listing-item';

const JobsIndex: NextPage<InferGetStaticPropsType<typeof getStaticProps>> = ({
listings,
Expand Down Expand Up @@ -113,7 +112,6 @@ const JobsIndex: NextPage<InferGetStaticPropsType<typeof getStaticProps>> = ({
key={`${item.name}_${item.title}_${item.location}`}
/>
))}
<OpenApplicationListingItem/>
</section>
<section className={style.omVariant}>
<h2>Variantdag - November 2019</h2>
Expand Down

0 comments on commit 81134f9

Please sign in to comment.