File tree Expand file tree Collapse file tree
src/app/_components/eligibility Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,12 @@ const RSVEligibilityFallback = (props: {
1111 vaccineType : VaccineType . RSV ;
1212} ) : JSX . Element => {
1313 const howToGetVaccineOrFallback = props . styledVaccineContent ? (
14- props . styledVaccineContent . howToGetVaccine . component
14+ < >
15+ < div className = { "nhsuk-body" } > { props . styledVaccineContent . howToGetVaccine . component } </ div >
16+ </ >
1517 ) : (
1618 < HowToGetVaccineFallback vaccineType = { props . vaccineType } />
1719 ) ;
18-
1920 return (
2021 < div data-testid = "elid-fallback" >
2122 < NonUrgentCareCard
@@ -31,7 +32,6 @@ const RSVEligibilityFallback = (props: {
3132 />
3233 < h3 > { HEADINGS . IF_THIS_APPLIES } </ h3 >
3334 { howToGetVaccineOrFallback }
34- < div style = { { marginBottom : "24px" } } > </ div >
3535 < PharmacyBookingInfo vaccineType = { props . vaccineType } />
3636 </ div >
3737 ) ;
You can’t perform that action at this time.
0 commit comments