Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Commit

Permalink
Don't display jobs that are filled in new-jobs-section.component
Browse files Browse the repository at this point in the history
  • Loading branch information
buren committed Nov 9, 2017
1 parent bc7ddbe commit 93fe6a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export class NewJobsSectionComponent extends BaseComponent {
protected loadData(): void {
this.newJobs = this.jobProxy.getJobs({
'filter[open_for_applications]': true,
'filter[filled]': false,
'include': 'company,company.company_images',
'page[size]': 4,
'sort': '-featured,-created_at',
Expand Down

0 comments on commit 93fe6a6

Please sign in to comment.