Skip to content

Commit

Permalink
Fix for incomplete range
Browse files Browse the repository at this point in the history
  • Loading branch information
eanders committed Dec 5, 2024
1 parent 4ce999a commit b87f492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/tc_hat_calculations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def date_of_birth
label: '60 - 61',
},
'62' => {
range: 62..,
range: 62..90,
label: '62 or older',
},
}
Expand Down

0 comments on commit b87f492

Please sign in to comment.