Skip to content

Commit

Permalink
add value to export (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
burgwyn committed Aug 26, 2019
2 parents 9fcf5e8 + 8249ae1 commit f87313e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const HEADERS = [
{ label: 'Post country', key: 'position__post__location__country' },
{ label: 'Tour of duty', key: 'position__post__tour_of_duty' },
{ label: 'Language', key: 'position__languages__0__representation' },
{ label: 'Service needs differential', key: 'position__post__has_service_needs_differential' },
{ label: 'Post differential', key: 'position__post__differential_rate' },
{ label: 'Danger pay', key: 'position__post__danger_pay' },
{ label: 'TED', key: 'estimated_end_date' },
Expand Down

0 comments on commit f87313e

Please sign in to comment.