Skip to content

Commit

Permalink
Update services/ui-src/src/utils/featuresByYear.ts
Browse files Browse the repository at this point in the history
Co-authored-by: benmartin-coforma <126210497+benmartin-coforma@users.noreply.github.com>
  • Loading branch information
angelaco11 and benmartin-coforma authored Nov 7, 2024
1 parent e26a7fc commit db9d431
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions services/ui-src/src/utils/featuresByYear.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,10 @@ export const featuresByYear = {
return getMeasureYear() >= 2023;
},
/**
* Prior to 2025, we display FFY before the year name.
* Prior to 2025, we displayed FFY before the year name. This was done in part
* to differentiate Federal Fiscal Year and HEDIS Medical Year.
*
* In 2025 and beyond, we will not display the FFY language in front of the year.
* In 2025, stakeholders decided this explicit differentiation was unneeded.
*/
get displayFFYLanguage() {
return getMeasureYear() < 2025;
Expand Down

0 comments on commit db9d431

Please sign in to comment.