We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e6eeb commit 645b605Copy full SHA for 645b605
library/Models/FamilyData/HealthSavingsAccount.cs
@@ -45,7 +45,7 @@ public bool EligibleForHSA {
45
46
public bool EligibleForHSACatchUpOnly {
47
get {
48
- return (!EligibleForHSA && Person!.FiftyFiveOrOver && Person.OtherPerson != null && Person.OtherPerson.HealthSavingsAccount.EligibleForHSA);
+ return (Person!.FiftyFiveOrOver && Person.OtherPerson != null && Person.OtherPerson.HealthSavingsAccount.EligibleForHSA);
49
}
50
51
0 commit comments