Skip to content

Commit

Permalink
Merge pull request #453 from MetaPhase-Consulting/update/danger-pay-o…
Browse files Browse the repository at this point in the history
…ptions

Danger pay options
  • Loading branch information
mjoyce91 committed Oct 3, 2019
2 parents 920cf77 + 18039de commit 5881b9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reducers/filters/filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ const items =
data: [
{ id: 100, code: '0', description: 'No danger pay' },
{ id: 150, code: '15', description: '15%' },
{ id: 200, code: '20', description: '20%' },
{ id: 250, code: '25', description: '25%' },
{ id: 350, code: '35', description: '35%' },
],
Expand Down

0 comments on commit 5881b9d

Please sign in to comment.