We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60c1f1 commit 0e146feCopy full SHA for 0e146fe
src/app/_components/vaccine/Vaccine.tsx
@@ -103,6 +103,7 @@ const VaccineComponent = async ({ vaccineType }: VaccineProps): Promise<JSX.Elem
103
<>
104
<Details title={HEADINGS.HOW_TO_GET_VACCINE} component={howToGetVaccineOrFallback} notExpandable={true} />
105
<PharmacyBookingInfo vaccineType={vaccineType} />
106
+ <hr />
107
</>
108
)}
109
0 commit comments