Skip to content

Commit

Permalink
Merge pull request #30 from interflux-electronics/feature/icsf-suppliers
Browse files Browse the repository at this point in the history
Prevent ICSF suppliers from being shown on interflux.com
  • Loading branch information
janwerkhoven committed Jan 28, 2024
2 parents abc9084 + 73a774d commit 2167445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/pods/contact/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default class ContactRoute extends BaseRoute {
countries: this.store.findAll('country'),
markets: this.store.findAll('company-market'),
companies: this.store.query('company', {
filter: { shownOnMainWebsite: 'true' },
include: ['public_members', 'public_members.person'].join(',')
}),
events: this.store.query('event', {
Expand Down

0 comments on commit 2167445

Please sign in to comment.