Skip to content

Commit 638cd75

Browse files
VIA-653 AJ Fix vaccine content path found as an error for rsv
1 parent c63c52b commit 638cd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/vaccine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const VaccineInfo: Record<VaccineType, VaccineDetails> = {
7878
personalisedEligibilityStatusRequired: false,
7979
forOlderAdults: false,
8080
removeHowToGetExpanderFromMoreInformationSection: true,
81-
contentPath: "vaccinations/rsv-pregnancy" as UrlPathFragment,
81+
contentPath: "vaccinations/rsv-vaccine" as UrlPathFragment,
8282
cacheFilename: "rsv-vaccine.json" as Filename,
8383
nbsPath: "rsv-pregnancy" as UrlPathFragment,
8484
},

0 commit comments

Comments
 (0)