We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ec20c commit a76afcfCopy full SHA for a76afcf
1 file changed
src/services/content-api/parsers/custom/rsv-pregnancy.tsx
@@ -51,7 +51,6 @@ const filterHowToGetSectionToOnlyRsvPregnancyText = (howToGetVaccine: VaccinePag
51
};
52
53
const createOverviewConclusionFromHowToGetSection = (howToGetContent: VaccinePageSection): Overview => {
54
- // TODO: VIA-832 attempt to remove hardcoding for array element zero?
55
const howToGetContentText: SimpleSubsection = howToGetContent.subsections[0] as SimpleSubsection;
56
57
const pharmacyBookingInfo = buildPharmacyBookingNBSInfo();
0 commit comments