Skip to content

Commit 757fbdf

Browse files
FIX KB: Fixed format issues / package version
1 parent cb00870 commit 757fbdf

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/models/vaccine.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,10 @@ const adultVaccines: VaccineCardDetails[] = [
396396
{ vaccineName: VaccineType.FLU_FOR_ADULTS, cardLinkDescription: "65 years and over" },
397397
{ vaccineName: VaccineType.SHINGLES, cardLinkDescription: "65 to 67 and 70 to 79 years" },
398398
{ vaccineName: VaccineType.RSV, cardLinkDescription: "75 years and over, or living in a care home for older adults" },
399-
{ vaccineName: VaccineType.COVID_19, cardLinkDescription: "75 years and over, or living in a care home for older adults" },
399+
{
400+
vaccineName: VaccineType.COVID_19,
401+
cardLinkDescription: "75 years and over, or living in a care home for older adults",
402+
},
400403
];
401404
const pregnancyVaccines: VaccineCardDetails[] = [
402405
{ vaccineName: VaccineType.WHOOPING_COUGH, cardLinkDescription: "From 16 weeks" },

0 commit comments

Comments
 (0)