Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrik-Klijnsma-Work committed Nov 22, 2022
1 parent bc48cb6 commit b5aa5c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function SelectVaccineCoverageData<T extends VaccineCoverageData>(
const result = parseVaccinatedPercentageLabel(coveragePercentage);

if (isPresent(result)) {
const content = result.sign === '>' ? meerDan : minderDan; //meerDan : minderDan;
const content = result.sign === '>' ? meerDan : minderDan;
parsedLabels[ageGroupLabel] = replaceVariablesInText(content, {
value: formatPercentage(vaccineCoveragePerAgeGroup[ageGroupKey] as number) + '%',
});
Expand Down

0 comments on commit b5aa5c0

Please sign in to comment.