Skip to content

Commit c4c6b9f

Browse files
VIA-618 SB Fix flu in pregnancy find out more link.
1 parent 3b1710e commit c4c6b9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/services/content-api/parsers/custom/flu-in-pregnancy.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe("getFilteredContentForFluInPregnancyVaccine", () => {
9595

9696
it("should include nhs webpage link to vaccine info", () => {
9797
const expected = {
98-
webpageLink: VaccineInfo[VaccineType.WHOOPING_COUGH].nhsWebpageLink,
98+
webpageLink: VaccineInfo[VaccineType.FLU_IN_PREGNANCY].nhsWebpageLink,
9999
};
100100

101101
const pageCopy = buildFilteredContentForFluInPregnancyVaccine(apiResponse);

src/services/content-api/parsers/custom/flu-in-pregnancy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const buildFilteredContentForFluInPregnancyVaccine = (apiContent: string)
3131
headline: "When should I have the vaccine?",
3232
subsections: [{ type: "simpleElement", headline: "", text: paragraphs[3], name: "markdown" }],
3333
};
34-
const webpageLink: URL = VaccineInfo[VaccineType.WHOOPING_COUGH].nhsWebpageLink;
34+
const webpageLink: URL = VaccineInfo[VaccineType.FLU_IN_PREGNANCY].nhsWebpageLink;
3535
const callout: HeadingWithTypedContent = {
3636
heading: "Booking service closed",
3737
content: "Flu vaccine bookings will reopen in autumn 2026",

0 commit comments

Comments
 (0)