Skip to content

Commit

Permalink
Exclude pay conversion option for Individual Search
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Jul 18, 2021
1 parent 5feaf5a commit 0f4fde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salary_app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def main(bokeh=True, local: str = ''):

# Select pay rate conversion
pay_norm = 1 # Default: Annual = 1.0
if view_select not in ['About', 'Highest Earners']:
if view_select not in ['About', 'Highest Earners', 'Individual Search']:
pay_norm = sidebar.select_pay_conversion(
fy_select, pay_norm, view_select
)
Expand Down

0 comments on commit 0f4fde7

Please sign in to comment.